mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mutex.h is needed here. It got it by namespace pollution.
Pointed out by: bde
This commit is contained in:
parent
ecf558fd14
commit
6d7e1582a3
1 changed files with 2 additions and 0 deletions
|
|
@ -44,7 +44,9 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/endian.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/module.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <sys/rman.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue