aboutsummaryrefslogtreecommitdiff
path: root/src/curlutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curlutil.c')
-rw-r--r--src/curlutil.c3
1 files changed, 0 insertions, 3 deletions
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 <sys/timeval.h>
-#endif
static int gettimeofday(struct timeval *tp, void *nothing)
{
(void)nothing; /* we don't support specific time-zones */