mutex.h is needed here. It got it by namespace pollution.

Pointed out by:	bde
This commit is contained in:
yongari 2008-12-08 03:48:03 +00:00
parent f35bca43d4
commit 4495ba2867

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>