remove compiler errors

This commit is contained in:
Stefan Lankes 2011-10-04 09:14:03 +02:00
parent 04a67b27f5
commit 99ade4c064

View file

@ -22,6 +22,10 @@
*
*/
#include <metalsvm/stddef.h>
#if defined(CONFIG_LWIP) && defined(CONFIG_ROCKCREEK)
#include "mmnif.h" /* definitions */
#include <lwip/netif.h> /* lwip netif */
@ -1706,3 +1710,5 @@ err_t mmnif_shutdown(void)
return err;
}
#endif