12Oct2012MbedLab
Fork of EthernetNetIf by
Diff: LPC2368/if/lwip/LwipNetIf.h
- Revision:
- 5:bc7df6da7589
- Parent:
- 3:0401477beaa3
- Child:
- 6:22ce63eddd2b
diff -r 9cec8b1dcf09 -r bc7df6da7589 LPC2368/if/lwip/LwipNetIf.h --- a/LPC2368/if/lwip/LwipNetIf.h Fri Jul 09 14:34:26 2010 +0000 +++ b/LPC2368/if/lwip/LwipNetIf.h Thu Aug 05 15:09:22 2010 +0000 @@ -28,10 +28,13 @@ #include "mbed.h" #define NET_LWIP_STACK 1 -#include "if/net/net.h" +#include "core/net.h" +#include "if/net/netif.h" +/* #include "lwipNetTcpSocket.h" #include "lwipNetUdpSocket.h" #include "lwipNetDnsRequest.h" +*/ class LwipNetIf : public NetIf {