mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 17:28:02 +00:00
Add #include <string.h> in def.c since lwip_strnstr uses strlen and strcmp
This commit is contained in:
parent
0e7f48d81c
commit
17e6c9dd02
@ -49,6 +49,8 @@
|
||||
#include "lwip/opt.h"
|
||||
#include "lwip/def.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if (LWIP_PLATFORM_BYTESWAP == 0) && (BYTE_ORDER == LITTLE_ENDIAN)
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user