]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
openbsd-compat/openbsd-compat.h: put bsd-signal.h before bsd-misc.h
authorTim Rice <tim@multitalents.net>
Sat, 14 Aug 2021 20:08:07 +0000 (13:08 -0700)
committerTim Rice <tim@multitalents.net>
Sat, 14 Aug 2021 20:08:07 +0000 (13:08 -0700)
to get sigset_t from signal.h needed for the pselect replacement.

openbsd-compat/openbsd-compat.h

index 64c7cdf1cd01995f9bc6fb221cb9c865217c56dd..a7209ceb26a9c3d958ac4913031a26aba3736d58 100644 (file)
@@ -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"