esp_netif: Fix regression from 12d09e0b when PPP enabled

This commit is contained in:
David Cermak 2023-07-20 07:18:13 +02:00
parent acec0ef0ce
commit cc5d5c8d79

View File

@ -16,6 +16,7 @@
#include "esp_netif_net_stack.h"
#include "esp_event.h"
#include "esp_netif_ppp.h"
#include "lwip/esp_netif_net_stack.h"
#include "esp_netif_lwip_internal.h"
#include <string.h>
#include "lwip/ip6_addr.h"