summaryrefslogtreecommitdiff
path: root/time/localtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/localtime.c')
-rw-r--r--time/localtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/localtime.c b/time/localtime.c
index ab8fc1ac45..6b7c9f394c 100644
--- a/time/localtime.c
+++ b/time/localtime.c
@@ -19,7 +19,7 @@
#include <errno.h>
#include <time.h>
-#include <libc-lock.h>
+#include <bits/libc-lock.h>
/* The C Standard says that localtime and gmtime return the same pointer. */
struct tm _tmbuf;