Updated include paths for the moved files under net/

This commit is contained in:
Adam Dunkels 2013-11-22 09:17:54 +01:00
parent afdeed1c64
commit 5f3fe7f7c7
176 changed files with 342 additions and 338 deletions

View file

@ -5,7 +5,7 @@
#define UIP_CONF_IPV6 1
#include "net/uip.h"
#include "net/ip/uip.h"
#include <stdio.h>
#include <arpa/inet.h>

View file

@ -6,7 +6,7 @@
#define DEBUG DEBUG_NONE
#include "net/uip-debug.h"
#include "net/ip/uip-debug.h"
#include "ip-process.h"
@ -46,8 +46,8 @@ int8_t mac_translateIPLinkLayer()
return 0;
}
#include "net/uip-icmp6.h"
#include "net/uip-nd6.h"
#include "net/ipv6/uip-icmp6.h"
#include "net/ipv6/uip-nd6.h"
typedef struct {
uint8_t type;

View file

@ -119,8 +119,8 @@ static int (* pcap_sendpacket)(struct pcap *, unsigned char *, int);
#define BUFSIZE 1514
#include "net/uip.h"
#include "net/uip_arp.h"
#include "net/ip/uip.h"
#include "net/ipv4/uip_arp.h"
struct uip_eth_addr uip_lladdr = {{0,0,0,0,0,0}};

View file

@ -69,7 +69,7 @@
#include <windows.h>
#include "net/uip_arp.h"
#include "net/ipv4/uip_arp.h"
#include "ip-process.h"