EthernetNetIf Compatibility.

Dependents:   XBeeWiFi_SPI_example

Fork of NetServicesSource by Donatien Garnier

Revision:
9:c79fa4034f5b
Parent:
3:95e0bc00a1bb
diff -r 93fa3cfc0219 -r c79fa4034f5b if/lwip/LwipNetIf.cpp
--- a/if/lwip/LwipNetIf.cpp	Wed Jul 28 12:45:32 2010 +0000
+++ b/if/lwip/LwipNetIf.cpp	Thu Aug 05 14:32:43 2010 +0000
@@ -26,6 +26,10 @@
 #include "lwip/tcp_impl.h"
 #include "lwip/dns.h"
 
+#include "lwipNetTcpSocket.h"
+#include "lwipNetUdpSocket.h"
+#include "lwipNetDnsRequest.h"
+
 #include "netCfg.h"
 #if NET_LWIP_STACK