Updated include paths for the moved files under net/
This commit is contained in:
parent
afdeed1c64
commit
5f3fe7f7c7
176 changed files with 342 additions and 338 deletions
|
@ -114,8 +114,8 @@ static int (* pcap_sendpacket)(struct pcap *, unsigned char *, int);
|
|||
|
||||
#define ARP_HWTYPE_ETH 1
|
||||
|
||||
#include "net/uip.h"
|
||||
#include "net/uip_arp.h"
|
||||
#include "net/ip/uip.h"
|
||||
#include "net/ipv4/uip_arp.h"
|
||||
|
||||
struct ethip_hdr {
|
||||
struct uip_eth_hdr ethhdr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue