aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 355bf0051..32bb637f1 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -109,16 +109,10 @@
109#if HAVE_SYS_PARAM_H 109#if HAVE_SYS_PARAM_H
110#include <sys/param.h> 110#include <sys/param.h>
111#endif 111#endif
112#if TIME_WITH_SYS_TIME
113#include <sys/time.h>
114#include <time.h>
115#else
116#if HAVE_SYS_TIME_H 112#if HAVE_SYS_TIME_H
117#include <sys/time.h> 113#include <sys/time.h>
118#else
119#include <time.h>
120#endif
121#endif 114#endif
115#include <time.h>
122#ifdef BSD 116#ifdef BSD
123#include <net/if.h> 117#include <net/if.h>
124#endif 118#endif