From 7d99dfd7b3fc215f90e22268d76d4d5635c7383f 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 d95040538d8..071892ffafe 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);