From e65198e52cb03534e8c846d1bca74c310b1526de Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sat, 14 Aug 2021 13:08:07 -0700 Subject: 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. --- openbsd-compat/openbsd-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 64c7cdf1..a7209ceb 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" -- cgit v1.2.3