Dependents:   TimeZoneDemo EthernetJackTestCode MMEx_Challenge ntp_mem ... more

Revision:
4:966a0265edfc
Parent:
3:5a6792c147c0
Child:
7:4e2468d7d5cb
--- a/if/eth/EthernetNetIf.h	Fri Nov 19 21:01:51 2010 +0000
+++ b/if/eth/EthernetNetIf.h	Sun Nov 21 17:13:44 2010 +0000
@@ -33,6 +33,7 @@
 #include "mbed.h"
 
 #include "if/lwip/LwipNetIf.h"
+#include "lwip/dhcp.h"
 
 ///Ethernet network interface return codes
 enum EthernetErr
@@ -97,7 +98,8 @@
   IpAddr m_gateway;
   
   const char* m_hostname;
-  bool m_setup;  
+  dhcp* m_pDhcp;
+  bool m_setup;
 };
 
 #endif