Skip to content

Commit 46d888e

Browse files
Fix #5293 by adding missing dependency to nghttp (#5294)
Fixes #5293 /components/arduino/libraries/WebServer/src/HTTP_Method.h:4:10: fatal error: http_parser.h: No such file or directory #include "http_parser.h"
1 parent 1f4f2b6 commit 46d888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ set(includedirs
160160

161161
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
162162
set(priv_includes cores/esp32/libb64)
163-
set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning)
163+
set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning nghttp)
164164
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main)
165165

166166
if(IDF_TARGET MATCHES "esp32s2|esp32s3" AND CONFIG_TINYUSB_ENABLED)

0 commit comments

Comments
 (0)