From: Tim Rice Date: Sat, 14 Aug 2021 20:08:07 +0000 (-0700) Subject: openbsd-compat/openbsd-compat.h: put bsd-signal.h before bsd-misc.h X-Git-Tag: V_8_7_P1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e65198e52cb03534e8c846d1bca74c310b1526de;p=thirdparty%2Fopenssh-portable.git 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. --- diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 64c7cdf1c..a7209ceb2 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -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"