aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_mono_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_mono_clock.c')
-rw-r--r--src/microhttpd/mhd_mono_clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_mono_clock.c b/src/microhttpd/mhd_mono_clock.c
index 669fe4b6..a54673d2 100644
--- a/src/microhttpd/mhd_mono_clock.c
+++ b/src/microhttpd/mhd_mono_clock.c
@@ -36,11 +36,11 @@
36 36
37#ifdef HAVE_GETHRTIME 37#ifdef HAVE_GETHRTIME
38#ifdef HAVE_SYS_TIME_H 38#ifdef HAVE_SYS_TIME_H
39/* Solaris define gethrtime() in sys/time.h */ 39/* Solaris defines gethrtime() in sys/time.h */
40#include <sys/time.h> 40#include <sys/time.h>
41#endif /* HAVE_SYS_TIME_H */ 41#endif /* HAVE_SYS_TIME_H */
42#ifdef HAVE_TIME_H 42#ifdef HAVE_TIME_H
43/* HP-UX define gethrtime() in time.h */ 43/* HP-UX defines gethrtime() in time.h */
44#include <time.h> 44#include <time.h>
45#endif /* HAVE_TIME_H */ 45#endif /* HAVE_TIME_H */
46#endif /* HAVE_GETHRTIME */ 46#endif /* HAVE_GETHRTIME */