From fbdea8dc71ce71d01469c4a5ca73aab7de5d11d0 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Tue, 25 Feb 2014 22:14:26 +0100 Subject: [PATCH] fixed bug #39076 ETHARP_STATS is not defined when LWIP_STATS is 0 --- src/include/lwip/opt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 9ba9efd4..ccb0aa05 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -1716,6 +1716,7 @@ #else #define LINK_STATS 0 +#define ETHARP_STATS 0 #define IP_STATS 0 #define IPFRAG_STATS 0 #define ICMP_STATS 0