remove compiler errors
This commit is contained in:
parent
4099bc471d
commit
2b129977d0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue