Include <sys/types.h> before system.h.
authorJim Meyering <jim@meyering.net>
Thu, 18 Jul 1996 04:14:51 +0000 (04:14 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jul 1996 04:14:51 +0000 (04:14 +0000)
src/seq.c

index 0630222..a12ec85 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -21,6 +21,7 @@
 #include <getopt.h>
 #include <math.h>
 #include <stdio.h>
+#include <sys/types.h>
 
 #include "system.h"
 #include "error.h"