diff options
author | phk <phk@FreeBSD.org> | 2003-06-13 19:40:44 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-06-13 19:40:44 +0000 |
commit | 2bf005a633383e8bb30dbd0d852667233739edb6 (patch) | |
tree | 84b93dab16a2a2fae061f8447ed09c959ba2ab16 /sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c | |
parent | 2b10e4946d34f2beac37ca5effb06d3eb6b6a8c7 (diff) | |
download | FreeBSD-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.c | 2 |
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" |