Lines Matching refs:timezone
4 Subject: [PATCH] timezone.c: needs time.h (fixes musl compile)
9 timezone.c: In function 'mktime':
10 timezone.c:644:18: error: dereferencing pointer to incomplete type 'struct tm'
13 …timezone.c:661:11: warning: implicit declaration of function 'localtime'; did you mean 'dostime'? …
16 …timezone.c:661:9: warning: assignment to 'struct tm *' from 'int' makes pointer from integer witho…
21 timezone.c | 1 +
24 diff --git a/timezone.c b/timezone.c
26 --- a/timezone.c
27 +++ b/timezone.c
29 #include "timezone.h"
35 long timezone = 0;