added include of sys/types.h
authorewt <devnull@localhost>
Thu, 12 Dec 1996 03:34:18 +0000 (03:34 +0000)
committerewt <devnull@localhost>
Thu, 12 Dec 1996 03:34:18 +0000 (03:34 +0000)
CVS patchset: 1232
CVS date: 1996/12/12 03:34:18

build/spec.c
lib/misc.c

index 623bd89..3ddf980 100644 (file)
@@ -14,6 +14,7 @@ TODO:
 
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 #include <regex.h>
 #include <limits.h>
 #include <ctype.h>
index 04bfb81..7ca7744 100644 (file)
@@ -2,6 +2,7 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 #include <stdio.h>
 #include <string.h>