mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-11 09:17:38 +00: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
|
||||
|
||||
/* Home grown routines */
|
||||
#include "bsd-signal.h"
|
||||
#include "bsd-misc.h"
|
||||
#include "bsd-setres_id.h"
|
||||
#include "bsd-signal.h"
|
||||
#include "bsd-statvfs.h"
|
||||
#include "bsd-waitpid.h"
|
||||
#include "bsd-poll.h"
|
||||
|
Loading…
Reference in New Issue
Block a user