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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy