summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 7e422ec8f..ce5572db7 100644
--- a/servconf.c
+++ b/servconf.c
@@ -15,7 +15,7 @@
15 15
16#include <sys/types.h> 16#include <sys/types.h>
17#include <sys/socket.h> 17#include <sys/socket.h>
18#ifdef HAVE_SYS_SYSCTL_H 18#ifdef __OpenBSD__
19#include <sys/sysctl.h> 19#include <sys/sysctl.h>
20#endif 20#endif
21 21