aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/strptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/strptime.c')
-rw-r--r--newlib/libc/time/strptime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/time/strptime.c b/newlib/libc/time/strptime.c
index 359fe5e..0fc5f4e 100644
--- a/newlib/libc/time/strptime.c
+++ b/newlib/libc/time/strptime.c
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <time.h>
#include <string.h>
+#include <strings.h>
#include <ctype.h>
#include <stdlib.h>
#include "../locale/timelocal.h"