Add #include <string.h> in snmp_netconn.c because memset() is used

This commit is contained in:
Dirk Ziegelmeier 2017-01-01 12:38:34 +01:00
parent ee034bd811
commit f874d15185

View File

@ -36,6 +36,7 @@
#if LWIP_SNMP && SNMP_USE_NETCONN
#include <string.h>
#include "lwip/api.h"
#include "lwip/ip.h"
#include "lwip/udp.h"