From c2a1e52896ba68f6abe47d2a367988c90cc47342 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 27 Mar 2002 02:23:18 +0000 Subject: Restored the part of 1.45 that was clobbered in rev.1.46: #include instead of depending on namespace pollution in for the declaration of struct timeval. --- usr.bin/fetch/fetch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/fetch/fetch.c') diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 489e98c7..ed49a8d 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include -- cgit v1.1