AP_RTC: fixed build on arm

This commit is contained in:
Andrew Tridgell 2023-12-10 11:30:11 +11:00
parent ded1cdaa2a
commit 867e9c6799
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <stdio.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {