AP_Filesystem: support port SITL to OpenBSD

This commit is contained in:
Richard Allen 2024-11-05 18:44:31 -06:00 committed by Peter Barker
parent bc9e135d6f
commit 9696081a85
1 changed files with 1 additions and 1 deletions

View File

@ -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>