aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
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 /src/setup.h
parentc4931601c6a9e5b51b002126fe484cc12fc9a4a9 (diff)
moved includes to setup.h so that the project headers also pick them up (eleminate gcc warning).
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h4
1 files changed, 4 insertions, 0 deletions
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 <sys/timeval.h>
+#endif
+
#ifndef SIZEOF_CURL_OFF_T
#define SIZEOF_CURL_OFF_T sizeof(curl_off_t)
#endif