aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-08-30 16:17:06 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-08-30 16:17:06 +0000
commitc7aae1030004da71c7c046fd6af259f91bbfa991 (patch)
tree168305d0b97e2d27c85ea465924563d1417919e0 /lib/http.c
parent909941405f2bb6c5209024ce0f41905d1fcdc4a7 (diff)
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
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