Add #include <string.h> in def.c since lwip_strnstr uses strlen and strcmp

This commit is contained in:
Dirk Ziegelmeier 2016-09-29 08:08:26 +02:00
parent 0e7f48d81c
commit 17e6c9dd02

View File

@ -49,6 +49,8 @@
#include "lwip/opt.h"
#include "lwip/def.h"
#include <string.h>
#if (LWIP_PLATFORM_BYTESWAP == 0) && (BYTE_ORDER == LITTLE_ENDIAN)
/**