diff --git a/src/core/pbuf.c b/src/core/pbuf.c index 574fe2b45..9c6ef21ef 100644 --- a/src/core/pbuf.c +++ b/src/core/pbuf.c @@ -123,6 +123,9 @@ void eth_rx_irq() #if LWIP_CHECKSUM_ON_COPY #include "lwip/inet_chksum.h" #endif +#if ESP_LWIP +#include "lwip/netif.h" +#endif #include