summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/time/strptime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/time/strptime.c b/newlib/libc/time/strptime.c
index 929ad9211..411e678a8 100644
--- a/newlib/libc/time/strptime.c
+++ b/newlib/libc/time/strptime.c
@@ -33,6 +33,9 @@
#include <stddef.h>
#include <stdio.h>
#include <time.h>
+#include <string.h>
+#include <ctype.h>
+#include <stdlib.h>
static const char *abb_weekdays[] = {
"Sun",