Use the new path to a header file.
This commit is contained in:
parent
deb3ea4e9c
commit
3d284f8ecd
|
@ -73,7 +73,7 @@ extern const struct uip_router UIP_ROUTER_MODULE;
|
|||
#if NETSTACK_CONF_WITH_IPV4
|
||||
#include "net/ip/uip.h"
|
||||
#include "net/ipv4/uip-fw.h"
|
||||
#include "net/uip-fw-drv.h"
|
||||
#include "net/ipv4/uip-fw-drv.h"
|
||||
#include "net/ipv4/uip-over-mesh.h"
|
||||
static struct uip_fw_netif slipif =
|
||||
{UIP_FW_NETIF(192,168,1,2, 255,255,255,255, slip_send)};
|
||||
|
|
Loading…
Reference in a new issue