mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08: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:
committed by
Petro Karashchenko
parent
ec2a62c397
commit
8a668fe733
@@ -30,6 +30,7 @@
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef CONFIG_FDCHECK
|
||||
|
||||
Reference in New Issue
Block a user