mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Filesystem: support port SITL to OpenBSD
This commit is contained in:
parent
c509f00bba
commit
1ff0f1fe24
@ -24,7 +24,7 @@
|
|||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__) || defined(__OpenBSD__)
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#elif CONFIG_HAL_BOARD != HAL_BOARD_QURT
|
#elif CONFIG_HAL_BOARD != HAL_BOARD_QURT
|
||||||
#include <sys/vfs.h>
|
#include <sys/vfs.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user