default_netif.c: add missing include

For sys_msleep(), we need to include sys.h
This commit is contained in:
Simon Goldschmidt 2019-12-11 19:49:26 +01:00
parent 2b6d9a56f7
commit e0be5a7f6d

View File

@ -34,6 +34,7 @@
#include "lwip/netif.h"
#include "lwip/ip_addr.h"
#include "lwip/sys.h"
#include "lwip/tcpip.h"
#include "../pcapif.h"
#include "examples/example_app/default_netif.h"