From ca3e5a6322c8e9b18dd5dd3997d6e5a06216cbf1 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sat, 30 Jun 2007 23:45:57 +0000 Subject: moved includes to setup.h so that the project headers also pick them up (eleminate gcc warning). --- src/curlutil.c | 3 --- src/setup.h | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/curlutil.c b/src/curlutil.c index 2bb3f8e79..0394d80e2 100644 --- a/src/curlutil.c +++ b/src/curlutil.c @@ -70,9 +70,6 @@ static int gettimeofday(struct timeval *tp, void *nothing) } #else /* WIN32 */ /* non-win32 version of Curl_gettimeofday() */ -#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) -#include -#endif static int gettimeofday(struct timeval *tp, void *nothing) { (void)nothing; /* we don't support specific time-zones */ diff --git a/src/setup.h b/src/setup.h index c0e29fcb5..c66b8e143 100644 --- a/src/setup.h +++ b/src/setup.h @@ -176,6 +176,10 @@ int fileno( FILE *stream); #define typedef_bool #endif +#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) +#include +#endif + #ifndef SIZEOF_CURL_OFF_T #define SIZEOF_CURL_OFF_T sizeof(curl_off_t) #endif -- cgit v1.2.3