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
|
@ -90,7 +90,7 @@
|
|||
#endif /*UIP_CONF_IPV6*/
|
||||
|
||||
|
||||
#include "net/uipopt.h"
|
||||
#include "net/ip/uipopt.h"
|
||||
|
||||
/**
|
||||
* Representation of an IP address.
|
||||
|
@ -153,7 +153,7 @@ typedef uip_eth_addr uip_lladdr_t;
|
|||
#endif /*UIP_CONF_LL_80211*/
|
||||
#endif /*UIP_CONF_LL_802154*/
|
||||
|
||||
#include "net/tcpip.h"
|
||||
#include "net/ip/tcpip.h"
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* First, the functions that should be called from the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue