]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <sys/types.h> before system.h.
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 16:03:57 +0000 (16:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 16:03:57 +0000 (16:03 +0000)
src/cksum.c

index 9bef200e2056f7d82257d82e24f8f9cc2c2b5045..f98d27ddd5838ff806fe2251a62cae4a54478e43 100644 (file)
@@ -48,6 +48,7 @@
 #define AUTHORS "Q. Frank Xia"
 
 #include <stdio.h>
+#include <sys/types.h>
 #include "system.h"
 
 #if !defined UINT_FAST32_MAX && !defined uint_fast32_t
@@ -116,7 +117,6 @@ main (void)
 #else /* !CRCTAB */
 
 # include <getopt.h>
-# include <sys/types.h>
 # include "closeout.h"
 # include "long-options.h"
 # include "error.h"