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