summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-keygen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index b6959ca11..4e42d0cfc 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -22,7 +22,9 @@
22#include <openssl/pem.h> 22#include <openssl/pem.h>
23 23
24#include <fcntl.h> 24#include <fcntl.h>
25#include <paths.h> 25#ifdef HAVE_PATHS_H
26# include <paths.h>
27#endif
26#include <pwd.h> 28#include <pwd.h>
27 29
28#include "xmalloc.h" 30#include "xmalloc.h"