summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-06-25 23:03:33 +0000
committeremax <emax@FreeBSD.org>2004-06-25 23:03:33 +0000
commit3ba687c4f47a3def429db578c60f49e04f8d0dc9 (patch)
tree865c480f0bc7fee6f144234308912fc06126325d /sys/netgraph/bluetooth/socket
parentd6531f59c56342b852fa9cc5f5812c70b4ff68e3 (diff)
downloadFreeBSD-src-3ba687c4f47a3def429db578c60f49e04f8d0dc9.zip
FreeBSD-src-3ba687c4f47a3def429db578c60f49e04f8d0dc9.tar.gz
Add '#include <sys/mbuf.h>' to fix the kernel build.
Diffstat (limited to 'sys/netgraph/bluetooth/socket')
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket.c b/sys/netgraph/bluetooth/socket/ng_btsocket.c
index 823925a..9932b8c 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket.c
@@ -36,6 +36,7 @@
#include <sys/domain.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/protosw.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud