- (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.
This commit is contained in:
Darren Tucker 2006-07-11 18:55:05 +10:00
parent 44c828fe29
commit 2ee50c5cce
1 changed files with 3 additions and 1 deletions

View 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"