Moved PPP headers into include/netif/ppp/, fixing bug #37040.

This commit is contained in:
Sylvain Rochet
2012-08-18 22:40:19 +02:00
parent 1adb900561
commit 1ddebcc862
56 changed files with 115 additions and 114 deletions

View File

@@ -58,7 +58,7 @@
#include "lwip/ip6.h"
#if PPPOE_SUPPORT
#include "netif/ppp_oe.h"
#include "netif/ppp/pppoe.h"
#endif /* PPPOE_SUPPORT */
#include <string.h>