From 8bba3a97348172d7497ecd479f2782d655d2cfc7 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Wed, 3 Sep 2025 11:37:47 +0200 Subject: [PATCH] fix(mdns): Host test to use hw_support include dir --- components/mdns/tests/test_afl_fuzz_host/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mdns/tests/test_afl_fuzz_host/Makefile b/components/mdns/tests/test_afl_fuzz_host/Makefile index 6f45edb9d..0eac9ae83 100644 --- a/components/mdns/tests/test_afl_fuzz_host/Makefile +++ b/components/mdns/tests/test_afl_fuzz_host/Makefile @@ -34,6 +34,7 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi -I$(COMPONENTS_DIR)/soc/src/esp32/include \ -I$(COMPONENTS_DIR)/xtensa/include \ -I$(COMPONENTS_DIR)/xtensa/esp32/include \ + -I$(COMPONENTS_DIR)/esp_hw_support/etm/include \ -I$(COMPILER_ICLUDE_DIR)/include