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
|
@ -40,7 +40,7 @@
|
|||
#ifndef UIP_UDP_PACKET_H_
|
||||
#define UIP_UDP_PACKET_H_
|
||||
|
||||
#include "net/uip.h"
|
||||
#include "net/ip/uip.h"
|
||||
|
||||
void uip_udp_packet_send(struct uip_udp_conn *c, const void *data, int len);
|
||||
void uip_udp_packet_sendto(struct uip_udp_conn *c, const void *data, int len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue