summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index f2d37129b..17236a55a 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -23,9 +23,7 @@
23 23
24#include <errno.h> 24#include <errno.h>
25#include <fcntl.h> 25#include <fcntl.h>
26#if defined(HAVE_NETDB_H) 26#include <netdb.h>
27# include <netdb.h>
28#endif
29#ifdef HAVE_PATHS_H 27#ifdef HAVE_PATHS_H
30# include <paths.h> 28# include <paths.h>
31#endif 29#endif