mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185758
@ -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 New Issue
Block a user