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:
Tim Rice 2021-08-14 13:08:07 -07:00
Родитель e50635640f
Коммит e65198e52c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"