Add missing header include to netif ppp

This commit is contained in:
2023-09-12 11:31:19 +02:00
parent 299874f2eb
commit 48559b6129

View File

@@ -8,6 +8,8 @@
#ifndef _ESP_NETIF_PPP_H_
#define _ESP_NETIF_PPP_H_
#include "esp_netif_types.h"
#ifdef __cplusplus
extern "C" {
#endif