summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index 6428f42a0..cc1ebd8d9 100644
--- a/sshd.c
+++ b/sshd.c
@@ -54,9 +54,7 @@
54 54
55#include <errno.h> 55#include <errno.h>
56#include <fcntl.h> 56#include <fcntl.h>
57#if defined(HAVE_NETDB_H) 57#include <netdb.h>
58# include <netdb.h>
59#endif
60#ifdef HAVE_PATHS_H 58#ifdef HAVE_PATHS_H
61#include <paths.h> 59#include <paths.h>
62#endif 60#endif