Include sched.h to avoid warning

This commit is contained in:
Gregory Nutt 2014-12-14 07:46:46 -06:00
parent b999ea56b9
commit bf27d01866
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <sched.h>
#include <errno.h>
#include <nuttx/fs/fs.h>