From 8d9343f807d18b768b984513766fcaf92fc6561d Mon Sep 17 00:00:00 2001 From: chenjianhua Date: Tue, 16 Sep 2025 19:13:32 +0800 Subject: [PATCH] fix(bt/bluedroid): Fixed memory debug error --- components/bt/common/osi/include/osi/allocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/common/osi/include/osi/allocator.h b/components/bt/common/osi/include/osi/allocator.h index d95040538d..071892ffaf 100644 --- a/components/bt/common/osi/include/osi/allocator.h +++ b/components/bt/common/osi/include/osi/allocator.h @@ -21,6 +21,7 @@ #include #include +#include "bt_common.h" #include "esp_heap_caps.h" char *osi_strdup(const char *str);