mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
sockets.h: include <string.h> for memcpy in FD_ZERO
This commit is contained in:
parent
cb746a1aea
commit
6e62baaa6c
@ -49,6 +49,8 @@
|
||||
#include "lwip/inet.h"
|
||||
#include "lwip/errno.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user