Fix warning in test_etharp.c

This commit is contained in:
Dirk Ziegelmeier 2016-08-19 09:03:57 +02:00
parent 11386a26d9
commit e844159f0a

View File

@ -1,7 +1,8 @@
#include "test_etharp.h"
#include "lwip/udp.h"
#include "netif/etharp.h"
#include "lwip/etharp.h"
#include "netif/ethernet.h"
#include "lwip/stats.h"
#if !LWIP_STATS || !UDP_STATS || !MEMP_STATS || !ETHARP_STATS