aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
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