heap/multi_heap_poisoning: include heap_private.h only when no host heap tests

pull/4618/head
Felipe Neves 2019-11-13 09:32:33 +08:00
rodzic 4a392932f1
commit d9ab33118e
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,10 @@
#include <sys/param.h>
#include <multi_heap.h>
#include "multi_heap_internal.h"
#include "heap_private.h"
#if CONFIG_IDF_TARGET_ESP32S2BETA
#include "heap_private.h"
#endif
/* Note: Keep platform-specific parts in this header, this source
file should depend on libc only */