diff options
author | Bruce Evans <bde@FreeBSD.org> | 2002-03-27 02:23:18 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-27 02:23:18 +0000 |
commit | 05eb035898fef5745cc87270322f145ffe21c036 (patch) | |
tree | bfce0366bf6c0285b94a308d127d529dd2dcfd82 /usr.bin/fetch | |
parent | d8869cc2053d424610c889d7593acde491bb5715 (diff) | |
download | src-test2-05eb035898fef5745cc87270322f145ffe21c036.tar.gz src-test2-05eb035898fef5745cc87270322f145ffe21c036.zip |
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 489e98c7f83a..ed49a8d6dfc4 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/socket.h> #include <sys/stat.h> +#include <sys/time.h> #include <ctype.h> #include <err.h> |