forked from Archive/PX4-Autopilot
Merge pull request #1487 from PX4/systemlibinclude
add sched.h to systemlib includes
This commit is contained in:
commit
52d2396da9
|
@ -41,6 +41,7 @@
|
|||
#define SYSTEMLIB_H_
|
||||
#include <float.h>
|
||||
#include <stdint.h>
|
||||
#include <sched.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in New Issue