summaryrefslogtreecommitdiffstats
path: root/usr.bin/apply
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-16 08:13:59 +0000
committerbrian <brian@FreeBSD.org>2000-10-16 08:13:59 +0000
commit9ccce83dc8251b5a57e32df05dfccf77595e3ceb (patch)
treecc488cd74676e527393929852d6df8a45608cfd7 /usr.bin/apply
parentf017b1a42f81203f689405c436b6c21d3c05d379 (diff)
downloadFreeBSD-src-9ccce83dc8251b5a57e32df05dfccf77595e3ceb.zip
FreeBSD-src-9ccce83dc8251b5a57e32df05dfccf77595e3ceb.tar.gz
Include sys/types.h
Diffstat (limited to 'usr.bin/apply')
-rw-r--r--usr.bin/apply/apply.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c
index 978062f..05e086d 100644
--- a/usr.bin/apply/apply.c
+++ b/usr.bin/apply/apply.c
@@ -42,6 +42,8 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
+#include <sys/types.h>
+
#include <sys/wait.h>
#include <ctype.h>
OpenPOWER on IntegriCloud