From f43aa0c4bc56d0ae426158929dd7131e564971a1 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 30 May 2004 20:27:19 +0000 Subject: add missing #include --- sys/netgraph/bluetooth/common/ng_bluetooth.c | 1 + sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c | 1 + sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/netgraph') diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c index 73f8266..ae5cc77 100644 --- a/sys/netgraph/bluetooth/common/ng_bluetooth.c +++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c index ef893da..5c48c53 100644 --- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c +++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c index 7f6b6c1..19e1801 100644 --- a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c +++ b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1