fix(bt/bluedroid): Fixed memory debug error

This commit is contained in:
chenjianhua
2025-09-16 19:13:32 +08:00
committed by BOT
parent 027290be82
commit 8d9343f807
@@ -21,6 +21,7 @@
#include <stddef.h>
#include <stdlib.h>
#include "bt_common.h"
#include "esp_heap_caps.h"
char *osi_strdup(const char *str);