]> 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:19 +0000 (04:14 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jul 1996 04:14:19 +0000 (04:14 +0000)
src/yes.c

index 56dbffe191a15412270b971c9787b3eb934ed66c..1fb87fd8fd4d6484ce66aa59bc3544d6253a0258 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -19,6 +19,7 @@
 
 #include <config.h>
 #include <stdio.h>
+#include <sys/types.h>
 #include <getopt.h>
 
 #include "system.h"