1
0
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:
Pyun YongHyeon 2008-12-08 03:48:03 +00:00
parent ecf558fd14
commit 6d7e1582a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185758

View File

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