EthernetInterface patched with https://github.com/mbedmicro/mbed/commit/8222bde1af2e328e4c58d0f438827f3091e5e0eb

Dependencies:   Socket lwip-eth-ansond-patched lwip-sys lwip-ansond-patched

Dependents:   df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes

Fork of EthernetInterface by mbed official

Revision:
17:b7a3766f6253
Parent:
15:fd9597f1b81b
Child:
20:0d9ae7845bfe
--- a/EthernetInterface.h	Thu Jul 26 10:10:24 2012 +0000
+++ b/EthernetInterface.h	Thu Jul 26 15:07:44 2012 +0000
@@ -58,9 +58,10 @@
   static char* getIPAddress();
 };
 
-//As a helper, include TCPSocket.h & UDPSocket.h here
 #include "TCPSocketConnection.h"
 #include "TCPSocketServer.h"
+
+#include "UDPPacket.h"
 #include "UDPSocket.h"
 
 #endif /* ETHERNETINTERFACE_H_ */