X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fgmtime_r.c;h=22aec2c2e2ef21b8a1beb5bcd84da5988b3b41de;hb=722a1ae3351a03ab25010dbebd492eced664853b;hp=e529799bf0d885244e064faa27b5ef77e1684540;hpb=c52ae69844c2e56f84bc159af4cc6bf0fd107d84;p=musl diff --git a/src/time/gmtime_r.c b/src/time/gmtime_r.c index e529799b..22aec2c2 100644 --- a/src/time/gmtime_r.c +++ b/src/time/gmtime_r.c @@ -1,6 +1,5 @@ #include "time_impl.h" #include -#include "libc.h" struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm) {