Add #include to netif/ethernet.h to netif/etharp.h to maintian compatibility

This commit is contained in:
Dirk Ziegelmeier 2016-08-19 09:15:35 +02:00
parent e844159f0a
commit 967516aa40

View File

@ -1,2 +1,3 @@
/* ARP has been moved to core/ipv4, provide this #include for compatibility only */
#include "lwip/etharp.h"
#include "netif/ethernet.h"