aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-08-29 18:45:55 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-08-29 18:45:55 +0000
commit59cf6fd4f058917839a407f5a206f5f1c1a004a6 (patch)
treecc4800cc4cd220351c1475b9f3f6acaff6549bee /lib/http.c
parent6de9732a8869f8a7b07ad9b393984a838c1dc566 (diff)
Watcom lacks <sys/time.h>.
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/http.c b/lib/http.c
index aab0b85a2..c148b4c79 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -47,7 +47,9 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
+#ifndef __WATCOMC__
#include <sys/time.h>
+#endif
#ifdef HAVE_TIME_H
#ifdef TIME_WITH_SYS_TIME