Merge pull request #1487 from PX4/systemlibinclude

add sched.h to systemlib includes
This commit is contained in:
Lorenz Meier 2014-12-10 18:07:13 +00:00
commit 52d2396da9
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