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

This commit is contained in:
Felipe Neves 2019-11-13 09:32:33 +08:00
parent 4a392932f1
commit d9ab33118e

View file

@ -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 */