aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.h
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/cookie.h
parent6de9732a8869f8a7b07ad9b393984a838c1dc566 (diff)
Watcom lacks <sys/time.h>.
Diffstat (limited to 'lib/cookie.h')
-rw-r--r--lib/cookie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cookie.h b/lib/cookie.h
index 22dc755c4..6d1b065b2 100644
--- a/lib/cookie.h
+++ b/lib/cookie.h
@@ -24,7 +24,7 @@
***************************************************************************/
#include <stdio.h>
-#ifdef WIN32
+#if defined(WIN32) || defined(__WATCOMC__)
#include <time.h>
#else
#include <sys/time.h>