mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 02:38:18 +00:00
include/sys: Include string.h to silence implicit memset declration.
This change stops the warning "implicit declaration of function 'memset'" when using the `FD_ZERO` macro.
This commit is contained in:
parent
ec2a62c397
commit
8a668fe733
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef CONFIG_FDCHECK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue