From 9fcb439a02b11b93ef4f93dc59d5b937ea0b3d86 Mon Sep 17 00:00:00 2001 From: plunky Date: Sun, 1 Oct 2006 06:08:08 +0000 Subject: [PATCH] fix silent dependencies (uintN_t) --- sys/netbt/bluetooth.h | 3 ++- sys/netbt/l2cap.h | 6 ++++-- sys/netbt/rfcomm.h | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sys/netbt/bluetooth.h b/sys/netbt/bluetooth.h index 213168c65c71..f52d13388f89 100644 --- a/sys/netbt/bluetooth.h +++ b/sys/netbt/bluetooth.h @@ -1,4 +1,4 @@ -/* $NetBSD: bluetooth.h,v 1.2 2006/06/19 22:38:55 gdamore Exp $ */ +/* $NetBSD: bluetooth.h,v 1.3 2006/10/01 06:08:08 plunky Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. @@ -34,6 +34,7 @@ #define _NETBT_BLUETOOTH_H_ #include +#include /* * Bluetooth Address Family Protocol Numbers diff --git a/sys/netbt/l2cap.h b/sys/netbt/l2cap.h index c89c03d180c0..51f826c4d5db 100644 --- a/sys/netbt/l2cap.h +++ b/sys/netbt/l2cap.h @@ -1,4 +1,4 @@ -/* $NetBSD: l2cap.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ */ +/* $NetBSD: l2cap.h,v 1.2 2006/10/01 06:08:08 plunky Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. @@ -54,7 +54,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: l2cap.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ + * $Id: l2cap.h,v 1.2 2006/10/01 06:08:08 plunky Exp $ * $FreeBSD: src/sys/netgraph/bluetooth/include/l2cap.h,v 1.4 2005/08/31 18:13:23 emax Exp $ */ @@ -69,6 +69,8 @@ #ifndef _NETBT_L2CAP_H_ #define _NETBT_L2CAP_H_ +#include + /************************************************************************** ************************************************************************** ** Common defines and types (L2CAP) diff --git a/sys/netbt/rfcomm.h b/sys/netbt/rfcomm.h index 2a2f4391bd90..2e798ced3740 100644 --- a/sys/netbt/rfcomm.h +++ b/sys/netbt/rfcomm.h @@ -1,4 +1,4 @@ -/* $NetBSD: rfcomm.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ */ +/* $NetBSD: rfcomm.h,v 1.2 2006/10/01 06:08:08 plunky Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -55,13 +55,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rfcomm.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ + * $Id: rfcomm.h,v 1.2 2006/10/01 06:08:08 plunky Exp $ * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h,v 1.4 2005/01/11 01:39:53 emax Exp $ */ #ifndef _NETBT_RFCOMM_H_ #define _NETBT_RFCOMM_H_ +#include + /************************************************************************* ************************************************************************* ** RFCOMM **