X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Flocaltime_r.c;h=1a15b314d0f1209db127a9f1b50229249a11515c;hb=f8bdc3048216f41eaaf655524fa286cfb1184a70;hp=2e62c29fb2ac1bccaf5af0f045a5bbf5ffefc880;hpb=c13f2af1fe1856e36dd1b2773cac05d5d72641dc;p=musl 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 -#include "libc.h" +#include struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm) {