diff options
author | brian <brian@FreeBSD.org> | 2000-10-16 08:13:59 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-10-16 08:13:59 +0000 |
commit | 9ccce83dc8251b5a57e32df05dfccf77595e3ceb (patch) | |
tree | cc488cd74676e527393929852d6df8a45608cfd7 /usr.bin/apply | |
parent | f017b1a42f81203f689405c436b6c21d3c05d379 (diff) | |
download | FreeBSD-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.c | 2 |
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> |