We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d13e3f commit 6dbb040Copy full SHA for 6dbb040
components/lwip/include/lwip/lwip/sockets.h
@@ -39,6 +39,7 @@
39
#if LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
40
41
#include <stddef.h> /* for size_t */
42
+#include <string.h> /* for FD_ZERO */
43
44
#include "lwip/ip_addr.h"
45
#include "lwip/err.h"
0 commit comments