summaryrefslogtreecommitdiff
path: root/wsutil/strptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/strptime.c')
-rw-r--r--wsutil/strptime.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index d6603a9d53..7a8fe2a13e 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -31,6 +31,10 @@
#include <string.h>
#include <time.h>
+#ifndef HAVE_STRNCASECMP
+#include "wsutil/strncasecmp.h"
+#endif
+
#ifdef _LIBC
# include "../locale/localeinfo.h"
#endif