Fork of NetServicesMin with some warnings removed

Dependencies:   lwip-sys lwip

Fork of NetServicesMin by Hendrik Lipka

Revision:
2:9cc2c6e42ffd
Parent:
0:8b387bed54c2
--- a/api/UDPSocket.h	Wed Jul 18 20:28:43 2012 +0000
+++ b/api/UDPSocket.h	Tue Oct 30 05:20:56 2012 +0000
@@ -31,6 +31,7 @@
 #include "core/net.h"
 #include "core/host.h"
 //Essentially it is a safe interface to NetUdpSocket
+#include "if/net/netudpsocket.h"
 
 ///UDP Socket error codes
 enum UDPSocketErr
@@ -50,8 +51,8 @@
   UDPSOCKET_READABLE, ///<Data in buf
 };
 
-class NetUdpSocket;
-enum NetUdpSocketEvent;
+//class NetUdpSocket;
+//enum NetUdpSocketEvent;
 
 ///This is a simple UDP Socket class
 /**