We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fe42b commit 7635c04Copy full SHA for 7635c04
components/mdns/test_afl_fuzz_host/Makefile
@@ -28,8 +28,8 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
28
-I$(COMPONENTS_DIR)/lwip/port/esp32/include \
29
-I$(COMPONENTS_DIR)/lwip/lwip/src/include/lwip/apps \
30
-I$(COMPONENTS_DIR)/soc/include \
31
- -I$(COMPONENTS_DIR)/soc/soc/include \
32
- -I$(COMPONENTS_DIR)/soc/soc/esp32/include \
+ -I$(COMPONENTS_DIR)/soc/include \
+ -I$(COMPONENTS_DIR)/soc/esp32/include \
33
-I$(COMPONENTS_DIR)/soc/src/esp32/include \
34
-I$(COMPONENTS_DIR)/tcpip_adapter/include \
35
-I$(COMPONENTS_DIR)/xtensa/include \
0 commit comments