diff options
Diffstat (limited to 'auth2-pubkey.c')
-rw-r--r-- | auth2-pubkey.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auth2-pubkey.c b/auth2-pubkey.c index 6a6217017..f9cc6c2c6 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c | |||
@@ -31,7 +31,9 @@ | |||
31 | 31 | ||
32 | #include <errno.h> | 32 | #include <errno.h> |
33 | #include <fcntl.h> | 33 | #include <fcntl.h> |
34 | #include <paths.h> | 34 | #ifdef HAVE_PATHS_H |
35 | # include <paths.h> | ||
36 | #endif | ||
35 | #include <pwd.h> | 37 | #include <pwd.h> |
36 | #include <signal.h> | 38 | #include <signal.h> |
37 | #include <stdio.h> | 39 | #include <stdio.h> |