Skip to content

Commit

Permalink
Merge branch 'bugfix/heap_task_includes_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(heap): fixed missing include in esp_heap_task_info.h (v5.1)

See merge request espressif/esp-idf!29117
  • Loading branch information
ESP-Marius committed Mar 6, 2024
2 parents 4395683 + 9765dd0 commit 9f1922d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/heap/include/esp_heap_task_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

#ifdef CONFIG_HEAP_TASK_TRACKING

#include <stdint.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 9f1922d

Please sign in to comment.