Merge branch 'bugfix/fd_zero' into 'master'
FD_ZERO: Fix a compilation warning See merge request idf/esp-idf!1967
This commit is contained in:
commit
da751cc653
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#if LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
|
||||
|
||||
#include <stddef.h> /* for size_t */
|
||||
#include <string.h> /* for FD_ZERO */
|
||||
|
||||
#include "lwip/ip_addr.h"
|
||||
#include "lwip/err.h"
|
||||
|
|
Loading…
Reference in a new issue