diff options
Diffstat (limited to 'src/microhttpd/mhd_mono_clock.h')
-rw-r--r-- | src/microhttpd/mhd_mono_clock.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_mono_clock.h b/src/microhttpd/mhd_mono_clock.h index 2c515d63..f4722af2 100644 --- a/src/microhttpd/mhd_mono_clock.h +++ b/src/microhttpd/mhd_mono_clock.h | |||
@@ -25,7 +25,13 @@ | |||
25 | 25 | ||
26 | #ifndef MHD_MONO_CLOCK_H | 26 | #ifndef MHD_MONO_CLOCK_H |
27 | #define MHD_MONO_CLOCK_H 1 | 27 | #define MHD_MONO_CLOCK_H 1 |
28 | #include "platform.h" | 28 | #include "mhd_options.h" |
29 | |||
30 | #if defined(HAVE_TIME_H) | ||
31 | #include <time.h> | ||
32 | #elif defined(HAVE_SYS_TYPES_H) | ||
33 | #include <sys/types.h> | ||
34 | #endif | ||
29 | 35 | ||
30 | /** | 36 | /** |
31 | * Initialise monotonic seconds counter. | 37 | * Initialise monotonic seconds counter. |