add sched.h to systemlib includes

SCHED_RR and SCHED_FIFO are defined in sched.h
This commit is contained in:
Thomas Gubler 2014-12-10 15:06:45 +01:00
parent 33725ecc6a
commit 1c0f850fac
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#define SYSTEMLIB_H_
#include <float.h>
#include <stdint.h>
#include <sched.h>
__BEGIN_DECLS