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 7635c04 commit fc53888Copy full SHA for fc53888
components/mdns/test_afl_fuzz_host/Makefile
@@ -27,6 +27,7 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
27
-I$(COMPONENTS_DIR)/lwip/lwip/src/include \
28
-I$(COMPONENTS_DIR)/lwip/port/esp32/include \
29
-I$(COMPONENTS_DIR)/lwip/lwip/src/include/lwip/apps \
30
+ -I$(COMPONENTS_DIR)/newlib/platform_include \
31
-I$(COMPONENTS_DIR)/soc/include \
32
33
-I$(COMPONENTS_DIR)/soc/esp32/include \
components/mdns/test_afl_fuzz_host/esp_attr.h
@@ -1,3 +1,6 @@
1
#pragma once
2
#define IRAM_ATTR
3
#define FLAG_ATTR(TYPE)
4
+#define QUEUE_H
5
+#define __XTENSA_API_H__
6
+#define SSIZE_MAX INT_MAX
0 commit comments