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, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index c148b4c79..1b638829b 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -47,7 +47,7 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
-#ifndef __WATCOMC__
+#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif