]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 0630222fae7452188e4705ca73d9432dcc2e5826..a12ec858301d41204549273992b3d1c114a1badc 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"