summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time/lcltime.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/lcltime.c')
-rw-r--r--newlib/libc/time/lcltime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/time/lcltime.c b/newlib/libc/time/lcltime.c
index 16162bfb0..2c9a25fd7 100644
--- a/newlib/libc/time/lcltime.c
+++ b/newlib/libc/time/lcltime.c
@@ -44,6 +44,7 @@ ANSI C requires <<localtime>>.
<<localtime>> requires no supporting OS subroutines.
*/
+#include <stdlib.h>
#include <time.h>
#include <reent.h>