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 @@ #include #include -#include +#ifdef HAVE_PATHS_H +# include +#endif #include #include "xmalloc.h"