reduce spurious inclusion of libc.h
[musl] / src / time / localtime_r.c
index 2e62c29..1a15b31 100644 (file)
@@ -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)
 {