NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
9:c79fa4034f5b
Parent:
3:95e0bc00a1bb
--- 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