Skip to content

Commit 825652f

Browse files
test_compile_fuzzers: Fix include paths for host build
Regression in 988be69, need to add esp_hw_support component include dir here. * Original commit: espressif/esp-idf@98a0cc7
1 parent fc53888 commit 825652f

File tree

1 file changed

+1
-0
lines changed
  • components/mdns/test_afl_fuzz_host

1 file changed

+1
-0
lines changed

components/mdns/test_afl_fuzz_host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
1010
-I$(COMPONENTS_DIR)/esp_common/include \
1111
-I$(COMPONENTS_DIR)/esp_event/include \
1212
-I$(COMPONENTS_DIR)/esp_eth/include \
13+
-I$(COMPONENTS_DIR)/esp_hw_support/include \
1314
-I$(COMPONENTS_DIR)/esp_netif/include \
1415
-I$(COMPONENTS_DIR)/esp_netif/private_include \
1516
-I$(COMPONENTS_DIR)/esp_netif/lwip \

0 commit comments

Comments
 (0)