summaryrefslogtreecommitdiff
path: root/src/yes.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-18 04:14:19 +0000
committerJim Meyering <jim@meyering.net>1996-07-18 04:14:19 +0000
commit88db35dd77b040b6560a7a5889dd02477b0db8ba (patch)
treec9c6d9443a3f73c213f75fbfe43154fc2d661b59 /src/yes.c
parent6efc03fd418da8f15aa775a27e759bae1a73994a (diff)
downloadcoreutils-88db35dd77b040b6560a7a5889dd02477b0db8ba.tar.xz
Include <sys/types.h> before system.h.
Diffstat (limited to 'src/yes.c')
-rw-r--r--src/yes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yes.c b/src/yes.c
index 56dbffe19..1fb87fd8f 100644
--- 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"