From 5670563a26621b09433960db22ad8b5f662e0396 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 May 2003 22:56:01 +0000 Subject: include sys/time.h, we didn't have a time() proto anymore. Did one of the changes in curl/curl.h make this occur? --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index 85f3b3163..80faf9a99 100644 --- a/src/main.c +++ b/src/main.c @@ -50,6 +50,10 @@ #include #endif +#ifdef HAVE_SYS_TIME_H +#include +#endif + #include "version.h" #ifdef HAVE_IO_H /* typical win32 habit */ -- cgit v1.2.3