mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_SITL: Fix build on OSX
include pthread.h missing from Scheduler.h, similar to PR 11281.
This commit is contained in:
parent
bd5d11ca82
commit
49d9f57c85
|
@ -4,6 +4,7 @@
|
|||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#include "AP_HAL_SITL_Namespace.h"
|
||||
#include <sys/time.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define SITL_SCHEDULER_MAX_TIMER_PROCS 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue