mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- (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>
|
||||
#ifdef HAVE_PATHS_H
|
||||
# include <paths.h>
|
||||
#endif
|
||||
#include <pwd.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user