header adjustment
authormarc <devnull@localhost>
Fri, 17 Oct 1997 04:34:34 +0000 (04:34 +0000)
committermarc <devnull@localhost>
Fri, 17 Oct 1997 04:34:34 +0000 (04:34 +0000)
CVS patchset: 1864
CVS date: 1997/10/17 04:34:34

lib/cpio.h
lib/misc.h

index 130750c..8343375 100644 (file)
@@ -2,6 +2,7 @@
 #define H_CPIO
 
 #include <zlib.h>
+#include <sys/types.h>
 
 /* Note the "high" bit is set only if errno is valid */
 #define CPIO_CHECK_ERRNO       0x80000000
index c2fd7fe..5eeb747 100644 (file)
@@ -2,6 +2,7 @@
 #define H_MISC
 
 #include <unistd.h>
+#include <sys/types.h>
 
 char ** splitString(char * str, int length, char sep);
 void freeSplitString(char ** list);