summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/apply/apply.c2
-rw-r--r--usr.bin/file/compress.c2
2 files changed, 4 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>
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