Skip to content

Commit

Permalink
Add missing header include to netif ppp
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFEEDC0DE64 committed Jan 17, 2024
1 parent ef00bf3 commit 7f5c98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/esp_netif/include/esp_netif_ppp.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef _ESP_NETIF_PPP_H_
#define _ESP_NETIF_PPP_H_

#include "esp_netif_types.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 7f5c98e

Please sign in to comment.