diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-06-13 19:40:44 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-06-13 19:40:44 +0000 |
commit | cc0815a88631baa2d2964ce06664276aaccbcc2d (patch) | |
tree | 84b93dab16a2a2fae061f8447ed09c959ba2ab16 /sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c | |
parent | 24e08b26f0adbce610b382ac7a651a8a36d1e915 (diff) |
Use the <sys/bitstring.h> rather than <bitstring.h>
Notes
Notes:
svn path=/head/; revision=116307
Diffstat (limited to 'sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c')
-rw-r--r-- | sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c index 562f377ab1df..631753dabfbd 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c @@ -49,7 +49,7 @@ #include <sys/taskqueue.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" |