Skip to content

Commit

Permalink
AP_Filesystem: support port SITL to OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaxvc authored and peterbarker committed Nov 6, 2024
1 parent bc9e135 commit 9696081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Filesystem/AP_Filesystem_posix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9696081

Please sign in to comment.