Minor fix: warning, type... for patch #5952 : Integration of AutoIP module

This commit is contained in:
fbernon
2007-06-18 21:45:34 +00:00
parent c9ebb895a1
commit 6a40426421
3 changed files with 7 additions and 18 deletions

View File

@@ -41,10 +41,10 @@
#include "lwip/inet.h"
#include "lwip/pbuf.h"
#if LWIP_DHCP
# include "lwip/dhcp.h"
struct dhcp;
#endif
#if LWIP_AUTOIP
# include "lwip/autoip.h"
struct autoip;
#endif
#ifdef __cplusplus