From 73bb986737ff551ac8f393204b07a8d0671b855d Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 16 Nov 2015 09:49:32 +0100 Subject: [PATCH] Also fix compile of ethernetif.c after SNMP refactoring --- src/netif/ethernetif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/ethernetif.c b/src/netif/ethernetif.c index d3012535..41b31f24 100644 --- a/src/netif/ethernetif.c +++ b/src/netif/ethernetif.c @@ -51,7 +51,7 @@ #include "lwip/mem.h" #include "lwip/pbuf.h" #include "lwip/stats.h" -#include "lwip/snmp_mib2.h" +#include "lwip/snmp.h" #include "lwip/ethip6.h" #include "netif/etharp.h" #include "netif/ppp/pppoe.h"