summaryrefslogtreecommitdiff
path: root/src/time/localtime_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/localtime_r.c')
-rw-r--r--src/time/localtime_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/localtime_r.c b/src/time/localtime_r.c
index 2e62c29f..1a15b314 100644
--- a/src/time/localtime_r.c
+++ b/src/time/localtime_r.c
@@ -1,6 +1,6 @@
#include "time_impl.h"
#include <errno.h>
-#include "libc.h"
+#include <limits.h>
struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm)
{