aboutsummaryrefslogtreecommitdiff
path: root/lib/timeval.c
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-06-30 23:45:57 +0000
committerGunter Knauf <gk@gknw.de>2007-06-30 23:45:57 +0000
commitca3e5a6322c8e9b18dd5dd3997d6e5a06216cbf1 (patch)
tree26fd8d2d8b5b1b6008caa4cfcdb30129d441054c /lib/timeval.c
parentc4931601c6a9e5b51b002126fe484cc12fc9a4a9 (diff)
moved includes to setup.h so that the project headers also pick them up (eleminate gcc warning).
Diffstat (limited to 'lib/timeval.c')
-rw-r--r--lib/timeval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/timeval.c b/lib/timeval.c
index a2e9665bb..bb9c0a174 100644
--- a/lib/timeval.c
+++ b/lib/timeval.c
@@ -68,9 +68,6 @@ static int gettimeofday(struct timeval *tp, void *nothing)
}
#else /* WIN32 */
/* non-win32 version of Curl_gettimeofday() */
-#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
-#include <sys/timeval.h>
-#endif
static int gettimeofday(struct timeval *tp, void *nothing)
{
(void)nothing; /* we don't support specific time-zones */