From 867e9c6799ec29163d2a299f975d191cc3f3f2d9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Dec 2023 11:30:11 +1100 Subject: [PATCH] AP_RTC: fixed build on arm --- libraries/AP_Filesystem/posix_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Filesystem/posix_compat.h b/libraries/AP_Filesystem/posix_compat.h index c899d81332..4ccf56b5c5 100644 --- a/libraries/AP_Filesystem/posix_compat.h +++ b/libraries/AP_Filesystem/posix_compat.h @@ -21,6 +21,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" {