summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.3
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-19 07:00:52 +0000
committerphk <phk@FreeBSD.org>1995-03-19 07:00:52 +0000
commitc1f6e1c6195551b4c687935908876d4fc81bac77 (patch)
tree2f7b5c6541f60f8d9f55ed27a31441ff1c5d6ec6 /lib/libcompat/4.3
parentd5c6edea4c1b5a46213c03e03cf6cfcc0b31a966 (diff)
downloadFreeBSD-src-c1f6e1c6195551b4c687935908876d4fc81bac77.zip
FreeBSD-src-c1f6e1c6195551b4c687935908876d4fc81bac77.tar.gz
add a couple of missing #include lines
Diffstat (limited to 'lib/libcompat/4.3')
-rw-r--r--lib/libcompat/4.3/regex.c1
-rw-r--r--lib/libcompat/4.3/rexec.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c
index 9b96978..07566b5 100644
--- a/lib/libcompat/4.3/regex.c
+++ b/lib/libcompat/4.3/regex.c
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)regex.c 5.1 (Berkeley) 3/29/92";
#include <regexp.h>
#include <string.h>
#include <stdlib.h>
+#include <string.h>
static regexp *re_regexp;
static int re_goterr;
diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c
index 297e444..c82ffaa 100644
--- a/lib/libcompat/4.3/rexec.c
+++ b/lib/libcompat/4.3/rexec.c
@@ -36,11 +36,13 @@ static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
+#include <sys/uio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h>
+#include <unistd.h>
#include <netdb.h>
#include <errno.h>
OpenPOWER on IntegriCloud