From 0bae6e8354089746c35871140deeadfe6e1bf954 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 6 Jun 2016 19:03:14 +0200 Subject: [PATCH] Bluetooth: L2CAP: Include This header defines BT_BUF_USER_DATA_MIN which is needed for declaring buffers passed to BT stack and already includes . Change-Id: I6b556be9fb3939a55af0b73d49fc59152d6d6a53 Signed-off-by: Szymon Janc --- include/bluetooth/l2cap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bluetooth/l2cap.h b/include/bluetooth/l2cap.h index 05cf7452dd3..94cecd55169 100644 --- a/include/bluetooth/l2cap.h +++ b/include/bluetooth/l2cap.h @@ -46,7 +46,7 @@ extern "C" { #endif #if defined(CONFIG_BLUETOOTH_CENTRAL) || defined(CONFIG_BLUETOOTH_PERIPHERAL) -#include +#include #include /** @brief L2CAP Endpoint structure. */