mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
openbsd-compat/openbsd-compat.h: put bsd-signal.h before bsd-misc.h
to get sigset_t from signal.h needed for the pselect replacement.
This commit is contained in:
parent
e50635640f
commit
e65198e52c
@ -195,9 +195,9 @@ int writev(int, struct iovec *, int);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Home grown routines */
|
/* Home grown routines */
|
||||||
|
#include "bsd-signal.h"
|
||||||
#include "bsd-misc.h"
|
#include "bsd-misc.h"
|
||||||
#include "bsd-setres_id.h"
|
#include "bsd-setres_id.h"
|
||||||
#include "bsd-signal.h"
|
|
||||||
#include "bsd-statvfs.h"
|
#include "bsd-statvfs.h"
|
||||||
#include "bsd-waitpid.h"
|
#include "bsd-waitpid.h"
|
||||||
#include "bsd-poll.h"
|
#include "bsd-poll.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user