forked from espressif/esp-idf
Add missing header include to netif ppp
This commit is contained in:
@ -8,6 +8,8 @@
|
|||||||
#ifndef _ESP_NETIF_PPP_H_
|
#ifndef _ESP_NETIF_PPP_H_
|
||||||
#define _ESP_NETIF_PPP_H_
|
#define _ESP_NETIF_PPP_H_
|
||||||
|
|
||||||
|
#include "esp_netif_types.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user