mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Revision:
2:049ce85163c5
Parent:
0:5350a66d5279
Child:
4:d774541a34da
diff -r 01c2344f98a3 -r 049ce85163c5 UIPClient.h
--- a/UIPClient.h	Thu Nov 20 21:26:54 2014 +0000
+++ b/UIPClient.h	Sat Dec 20 11:08:11 2014 +0000
@@ -21,11 +21,11 @@
 
     #include "ethernet_comp.h"
     #include "Client.h"
-    #include "mempool.h"
+    #include  "utility/mempool.h"
 
 extern "C"
 {
-    #include "uip.h"
+    #include  "utility/uip.h"
 }
     #define UIP_SOCKET_DATALEN  UIP_TCP_MSS
 //#define UIP_SOCKET_NUMPACKETS UIP_RECEIVE_WINDOW/UIP_TCP_MSS+1