diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-18 04:14:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-18 04:14:51 +0000 |
commit | b734adb86005ea64975ac5e29ff2dc542cd021ab (patch) | |
tree | 7a2fbedee0745c48b6dc181e853bb29602f586f6 /src | |
parent | 88db35dd77b040b6560a7a5889dd02477b0db8ba (diff) | |
download | coreutils-b734adb86005ea64975ac5e29ff2dc542cd021ab.tar.xz |
Include <sys/types.h> before system.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/seq.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include <getopt.h> #include <math.h> #include <stdio.h> +#include <sys/types.h> #include "system.h" #include "error.h" |