mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE.
Submitted by: jmallett Approved by: re (bmah)
This commit is contained in:
parent
fa599784d3
commit
9f80feb348
1 changed files with 2 additions and 0 deletions
|
|
@ -106,7 +106,9 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/stat.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef USE_KQUEUE
|
||||
#include <sys/event.h>
|
||||
#endif
|
||||
#include <sys/wait.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue