summaryrefslogtreecommitdiffstats
path: root/src/cmd/bzip2/lib/unix.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-14 20:09:21 +0000
committerrsc <devnull@localhost>2004-04-14 20:09:21 +0000
commitff3adf608207084d1454acddfdb8904bb139c5e4 (patch)
tree5910aeb723542a38d374f84c575e94ddfd935eb9 /src/cmd/bzip2/lib/unix.h
parent4314729ddef28cb619ce97d50f0968ca24c93803 (diff)
downloadplan9port-ff3adf608207084d1454acddfdb8904bb139c5e4.tar.gz
plan9port-ff3adf608207084d1454acddfdb8904bb139c5e4.zip
add gzip, bzip2
'
Diffstat (limited to 'src/cmd/bzip2/lib/unix.h')
-rw-r--r--src/cmd/bzip2/lib/unix.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmd/bzip2/lib/unix.h b/src/cmd/bzip2/lib/unix.h
new file mode 100644
index 00000000..e47197b8
--- /dev/null
+++ b/src/cmd/bzip2/lib/unix.h
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <signal.h>
+#include <math.h>
+#include <errno.h>
+#include <ctype.h>
+