From 79fde96a1dcce5cdcb6362a22ad57bea048db6f9 Mon Sep 17 00:00:00 2001 From: Lwazi Dube Date: Mon, 24 Apr 2023 16:33:54 -0400 Subject: [PATCH] wireless/bluetooth: Fix build error when BT_GATT_CCC is used. --- include/nuttx/wireless/bluetooth/bt_gatt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nuttx/wireless/bluetooth/bt_gatt.h b/include/nuttx/wireless/bluetooth/bt_gatt.h index 7b9940404f..68872df2f3 100644 --- a/include/nuttx/wireless/bluetooth/bt_gatt.h +++ b/include/nuttx/wireless/bluetooth/bt_gatt.h @@ -40,6 +40,7 @@ * Included Files ****************************************************************************/ +#include #include /****************************************************************************