summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-13 19:40:44 +0000
committerphk <phk@FreeBSD.org>2003-06-13 19:40:44 +0000
commit2bf005a633383e8bb30dbd0d852667233739edb6 (patch)
tree84b93dab16a2a2fae061f8447ed09c959ba2ab16 /sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
parent2b10e4946d34f2beac37ca5effb06d3eb6b6a8c7 (diff)
downloadFreeBSD-src-2bf005a633383e8bb30dbd0d852667233739edb6.zip
FreeBSD-src-2bf005a633383e8bb30dbd0d852667233739edb6.tar.gz
Use the <sys/bitstring.h> rather than <bitstring.h>
Diffstat (limited to 'sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c')
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
index 4565e91..7ffb828 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
@@ -51,7 +51,7 @@
#include <sys/uio.h>
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
-#include <bitstring.h>
+#include <sys/bitstring.h>
#include "ng_bluetooth.h"
#include "ng_hci.h"
#include "ng_l2cap.h"
OpenPOWER on IntegriCloud