Fix compile when PPP is not enabled

This commit is contained in:
Dirk Ziegelmeier
2016-04-25 19:55:53 +02:00
parent ffa340a68c
commit 73d8f14ebd
2 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
#include <string.h>
#include "netif/ppp/ppp_opts.h"
#if PPPOE_SUPPORT
#include "netif/ppp/pppoe.h"
#endif /* PPPOE_SUPPORT */