diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-19 07:00:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-19 07:00:52 +0000 |
| commit | f06a5580a6ed27d13aa72315ab2b44756df1a85e (patch) | |
| tree | 2f7b5c6541f60f8d9f55ed27a31441ff1c5d6ec6 /lib/libcompat | |
| parent | 2b76585664455d784ec3f1be8b543c2b1dfbaeaf (diff) | |
Notes
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.3/regex.c | 1 | ||||
| -rw-r--r-- | lib/libcompat/4.3/rexec.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c index 9b9697885e42..07566b5a74eb 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 297e44402db7..c82ffaa11501 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> |
