Revision:
3:e02ec42cf9c8
Parent:
0:0f5a52711275
--- a/LPC2368/if/lwip/LwipNetIf.h	Thu Jul 22 11:31:59 2010 +0000
+++ b/LPC2368/if/lwip/LwipNetIf.h	Fri Aug 06 10:42:05 2010 +0000
@@ -28,10 +28,13 @@
 #include "mbed.h"
 
 #define NET_LWIP_STACK 1
-#include "if/net/net.h"
+#include "core/net.h"
+#include "if/net/netif.h"
+/*
 #include "lwipNetTcpSocket.h"
 #include "lwipNetUdpSocket.h"
 #include "lwipNetDnsRequest.h"
+*/
 
 class LwipNetIf : public NetIf
 {