summaryrefslogtreecommitdiffstats
path: root/usr.bin/file
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/file
parentf017b1a42f81203f689405c436b6c21d3c05d379 (diff)
downloadFreeBSD-src-9ccce83dc8251b5a57e32df05dfccf77595e3ceb.zip
FreeBSD-src-9ccce83dc8251b5a57e32df05dfccf77595e3ceb.tar.gz
Include sys/types.h
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/compress.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c
index f1e8ae8..ab2aff8 100644
--- a/usr.bin/file/compress.c
+++ b/usr.bin/file/compress.c
@@ -11,6 +11,8 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
+#include <sys/types.h>
+
#include <err.h>
#include <stdlib.h>
#include <sys/wait.h>
OpenPOWER on IntegriCloud