From: dtucker Date: Tue, 11 Jul 2006 08:55:05 +0000 (+0000) Subject: - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c X-Git-Tag: V_4_4_P1~180 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/4268576346a1178dd4baa884d215545e9bc3113e - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c openbsd-compat/daemon.c] Add includes needed by open(2). Conditionally include paths.h. Fixes build error on Solaris. --- diff --git a/ssh-keygen.c b/ssh-keygen.c index b6959ca1..4e42d0cf 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"