diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2000-10-10 01:50:26 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2000-10-10 01:50:26 +0000 |
| commit | eb2fc780273ffdf4b21d6135aa8ec3b986e9c688 (patch) | |
| tree | 8432db3aff03ac5dd498b9654f0bae60fffa1eb4 /usr.bin | |
| parent | f35e82dfe3a9ae90b01a027514f854e3150774eb (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/compress/compress.c | 1 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index bb8b1bfecb75..49781962b8ce 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -47,6 +47,7 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/stat.h> +#include <sys/time.h> #include <err.h> #include <errno.h> diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index abbad7f49712..5ef7723261f2 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -47,6 +47,7 @@ __RCSID_SOURCE("$NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $"); #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> +#include <sys/time.h> #include <netinet/in.h> #include <netinet/in_systm.h> |
