summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index ce44b5f60..dca9508ab 100644
--- a/servconf.c
+++ b/servconf.c
@@ -15,9 +15,7 @@
15#include <sys/types.h> 15#include <sys/types.h>
16#include <sys/socket.h> 16#include <sys/socket.h>
17 17
18#if defined(HAVE_NETDB_H) 18#include <netdb.h>
19# include <netdb.h>
20#endif
21#include <string.h> 19#include <string.h>
22#include <unistd.h> 20#include <unistd.h>
23 21