diff options
Diffstat (limited to 'ports/esp32/network_ppp.c')
-rw-r--r-- | ports/esp32/network_ppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/network_ppp.c b/ports/esp32/network_ppp.c index db2292ca0..d74283c19 100644 --- a/ports/esp32/network_ppp.c +++ b/ports/esp32/network_ppp.c @@ -30,7 +30,7 @@ #include "py/mphal.h" #include "py/objtype.h" #include "py/stream.h" -#include "lib/netutils/netutils.h" +#include "shared/netutils/netutils.h" #include "modmachine.h" #include "netif/ppp/ppp.h" |