mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-27 23:24:06 +08:00
add sched.h to systemlib includes
SCHED_RR and SCHED_FIFO are defined in sched.h
This commit is contained in:
parent
e43a05de3a
commit
cb77c16601
@ -41,6 +41,7 @@
|
||||
#define SYSTEMLIB_H_
|
||||
#include <float.h>
|
||||
#include <stdint.h>
|
||||
#include <sched.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user