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
+1
View File
@@ -41,6 +41,7 @@
#define SYSTEMLIB_H_
#include <float.h>
#include <stdint.h>
#include <sched.h>
__BEGIN_DECLS