summaryrefslogtreecommitdiff
path: root/missing/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strftime.c')
-rw-r--r--missing/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strftime.c b/missing/strftime.c
index 77c41d5fc5..07d2ed10d9 100644
--- a/missing/strftime.c
+++ b/missing/strftime.c
@@ -53,7 +53,7 @@
#include <string.h>
#include <time.h>
#endif
-#if defined(TM_IN_SYS_TIME) || ! defined(GAWK)
+#if defined(TM_IN_SYS_TIME) || !defined(GAWK) && !defined(_WIN32_WCE)
#include <sys/types.h>
#include <sys/time.h>
#endif