From 434fb1e0daad778ad06be3d32a1e49e76e07fb86 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Thu, 26 Mar 2015 23:59:06 +0100 Subject: [PATCH] PPP, MPPE, fixed path to mppe.h --- src/netif/ppp/mppe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/ppp/mppe.c b/src/netif/ppp/mppe.c index bcaf1ae5..32b8e6b2 100644 --- a/src/netif/ppp/mppe.c +++ b/src/netif/ppp/mppe.c @@ -37,7 +37,7 @@ #include #include -#include "ppp_mppe.h" +#include "netif/ppp/mppe.h" MODULE_AUTHOR("Frank Cusack "); MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");