]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
authordtucker <dtucker>
Tue, 11 Jul 2006 08:55:05 +0000 (08:55 +0000)
committerdtucker <dtucker>
Tue, 11 Jul 2006 08:55:05 +0000 (08:55 +0000)
   openbsd-compat/daemon.c] Add includes needed by open(2).  Conditionally
   include paths.h.  Fixes build error on Solaris.

ssh-keygen.c

index b6959ca111c6c6316b2742e1af29dd7b06d642a4..4e42d0cfc26bf29116bd738ed49d8a6fe812e24e 100644 (file)
@@ -22,7 +22,9 @@
 #include <openssl/pem.h>
 
 #include <fcntl.h>
-#include <paths.h>
+#ifdef HAVE_PATHS_H
+# include <paths.h>
+#endif
 #include <pwd.h>
 
 #include "xmalloc.h"
This page took 1.110442 seconds and 5 git commands to generate.