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

@ -40,8 +40,8 @@
#ifndef UIP_OVER_MESH_H_
#define UIP_OVER_MESH_H_
#include "net/uip.h"
#include "net/uip-fw.h"
#include "net/ip/uip.h"
#include "net/ipv4/uip-fw.h"
#include "net/rime.h"
void uip_over_mesh_init(uint16_t channels);