summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2021-08-14 13:08:07 -0700
committerTim Rice <tim@multitalents.net>2021-08-14 13:08:07 -0700
commite65198e52cb03534e8c846d1bca74c310b1526de (patch)
treeb1778802f9297e9a441d40f04e79d436589a51f1
parente50635640f79920d9375e0155cb3f4adb870eee5 (diff)
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.
-rw-r--r--openbsd-compat/openbsd-compat.h2
1 files changed, 1 insertions, 1 deletions
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"