summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wsutil/strptime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index e952cb2fa9..5a1eec1db1 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -26,6 +26,7 @@
#include "config.h"
+#include <ctype.h>
#include <limits.h>
#include <string.h>
#include <time.h>