Fix broken include
This commit is contained in:
parent
0e9234dce6
commit
43fb479c9d
|
@ -77,7 +77,7 @@ static struct timer mgt_timer;
|
||||||
#if NETSTACK_CONF_WITH_IPV4
|
#if NETSTACK_CONF_WITH_IPV4
|
||||||
#include "net/ip/uip.h"
|
#include "net/ip/uip.h"
|
||||||
#include "net/ipv4/uip-fw.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"
|
#include "net/ipv4/uip-over-mesh.h"
|
||||||
static struct uip_fw_netif slipif =
|
static struct uip_fw_netif slipif =
|
||||||
{ UIP_FW_NETIF(192, 168, 1, 2, 255, 255, 255, 255, slip_send) };
|
{ UIP_FW_NETIF(192, 168, 1, 2, 255, 255, 255, 255, slip_send) };
|
||||||
|
|
Loading…
Reference in a new issue