From 41bb0e8fd2568243020852e22a6d176bccfa60cd Mon Sep 17 00:00:00 2001 From: emax Date: Sun, 12 Oct 2003 22:04:24 +0000 Subject: Update Bluetooth code. Reviewed by: M. Warner Losh ; John Hay Approved by: M. Warner Losh (mentor) --- sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c') diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c index 631753d..bcf4196 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c @@ -25,12 +25,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ng_btsocket_hci_raw.c,v 1.13 2003/04/01 18:15:27 max Exp $ + * $Id: ng_btsocket_hci_raw.c,v 1.14 2003/09/14 23:29:06 max Exp $ * $FreeBSD$ */ #include #include +#include #include #include #include @@ -49,7 +50,6 @@ #include #include #include -#include #include "ng_bluetooth.h" #include "ng_hci.h" #include "ng_l2cap.h" -- cgit v1.1