mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Include <sys/eventhandler.h> to fix the build.
MFC after: 1 month
This commit is contained in:
parent
cc958ed28c
commit
f252e3f2f2
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/eventhandler.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/malloc.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue