mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
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 New Issue
Block a user