Add missing header include to netif ppp

This commit is contained in:
2023-09-12 11:31:19 +02:00
parent a2c49705b0
commit afac752772

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