wireless/bluetooth: Fix build error when BT_GATT_CCC is used.

This commit is contained in:
Lwazi Dube 2023-04-24 16:33:54 -04:00 committed by Xiang Xiao
parent 20c5c4f47d
commit 79fde96a1d

View File

@ -40,6 +40,7 @@
* Included Files
****************************************************************************/
#include <sys/param.h>
#include <nuttx/wireless/bluetooth/bt_uuid.h>
/****************************************************************************