Use the new path to a header file.

This commit is contained in:
Nicolas Tsiftes 2015-05-25 16:52:12 +02:00
parent deb3ea4e9c
commit 3d284f8ecd
1 changed files with 1 additions and 1 deletions

View File

@ -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)};