Fix SNMP compile on Win32 due to missing #includes

This commit is contained in:
Dirk Ziegelmeier 2016-03-29 16:51:33 +02:00
parent 52fdc6bb3e
commit 4bd57882b0
4 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#include "lwip/netif.h"
#include "lwip/stats.h"
#include <string.h>
#if LWIP_SNMP && SNMP_LWIP_MIB2
#if SNMP_USE_NETCONN

View File

@ -39,6 +39,9 @@
#include "lwip/apps/snmp_mib2.h"
#include "lwip/apps/snmp_table.h"
#include "lwip/apps/snmp_scalar.h"
#include "lwip/sys.h"
#include <string.h>
#if LWIP_SNMP && SNMP_LWIP_MIB2

View File

@ -43,6 +43,8 @@
#include "lwip/priv/tcp_priv.h"
#include "lwip/stats.h"
#include <string.h>
#if LWIP_SNMP && SNMP_LWIP_MIB2 && LWIP_TCP
#if SNMP_USE_NETCONN

View File

@ -42,6 +42,8 @@
#include "lwip/udp.h"
#include "lwip/stats.h"
#include <string.h>
#if LWIP_SNMP && SNMP_LWIP_MIB2 && LWIP_UDP
#if SNMP_USE_NETCONN