PPP, PPPoS needs vj.h

This commit is contained in:
Sylvain Rochet 2015-02-15 22:48:07 +01:00
parent ea205f2fcd
commit 1ac4d1b793

View File

@ -47,6 +47,7 @@
#include "netif/ppp/ppp_impl.h"
#include "netif/ppp/pppos.h"
#include "netif/ppp/magic.h"
#include "netif/ppp/vj.h"
/* callbacks called from PPP core */
static void pppos_link_command_callback(void *pcb, u8_t command);