forked from Archive/PX4-Autopilot
Hotfix: Added missing header
This commit is contained in:
parent
fa1b057bb1
commit
026cad832a
|
@ -43,6 +43,7 @@
|
|||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <systemlib/systemlib.h>
|
||||
#include <systemlib/err.h>
|
||||
|
||||
static bool thread_should_exit = false; /**< daemon exit flag */
|
||||
|
|
Loading…
Reference in New Issue