mirror of https://github.com/ArduPilot/ardupilot
AP_Filesystem: support port SITL to OpenBSD
This commit is contained in:
parent
bc9e135d6f
commit
9696081a85
|
@ -24,7 +24,7 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#if defined(__APPLE__) || defined(__OpenBSD__)
|
||||
#include <sys/mount.h>
|
||||
#elif CONFIG_HAL_BOARD != HAL_BOARD_QURT
|
||||
#include <sys/vfs.h>
|
||||
|
|
Loading…
Reference in New Issue