mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
add sched.h to systemlib includes
SCHED_RR and SCHED_FIFO are defined in sched.h
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
#define SYSTEMLIB_H_
|
#define SYSTEMLIB_H_
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <sched.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user