summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-18 04:14:51 +0000
committerJim Meyering <jim@meyering.net>1996-07-18 04:14:51 +0000
commitb734adb86005ea64975ac5e29ff2dc542cd021ab (patch)
tree7a2fbedee0745c48b6dc181e853bb29602f586f6 /src/seq.c
parent88db35dd77b040b6560a7a5889dd02477b0db8ba (diff)
downloadcoreutils-b734adb86005ea64975ac5e29ff2dc542cd021ab.tar.xz
Include <sys/types.h> before system.h.
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/seq.c b/src/seq.c
index 0630222fa..a12ec8583 100644
--- 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"