summaryrefslogtreecommitdiff
path: root/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing.h b/missing.h
index 0649113707..25831c6ab5 100644
--- a/missing.h
+++ b/missing.h
@@ -14,7 +14,7 @@
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
-#elif !defined(NT)
+#elif !defined(NT) && !defined(_WIN32_WCE)
# define time_t long
struct timeval {
time_t tv_sec; /* seconds */