We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fbe1c commit 4a58a7aCopy full SHA for 4a58a7a
parse_zoneinfo.c
@@ -23,7 +23,6 @@
23
* THE SOFTWARE.
24
*/
25
26
-#define _GNU_SOURCE
27
#include "timelib.h"
28
29
#include <sys/stat.h>
timelib.m4
@@ -69,6 +69,7 @@ TL_CHECK_INT_TYPE(uint32_t)
69
70
dnl Check for headers needed by timelib
71
AC_CHECK_HEADERS([ \
72
+sys/time.h \
73
sys/types.h \
74
inttypes.h \
75
stdint.h \
timelib_structs.h
@@ -35,6 +35,10 @@
35
#include <sys/types.h>
36
#endif
37
38
+#ifdef HAVE_SYS_TIME_H
39
+#include <sys/time.h>
40
+#endif
41
+
42
#if defined(HAVE_INTTYPES_H)
43
#include <inttypes.h>
44
#elif defined(HAVE_STDINT_H)
0 commit comments