Include sched.h to avoid warning
This commit is contained in:
parent
b999ea56b9
commit
bf27d01866
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <stdbool.h>
|
||||
#include <sched.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/fs/fs.h>
|
||||
|
|
Loading…
Reference in New Issue