- (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:
parent
44c828fe29
commit
2ee50c5cce
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue