aboutsummaryrefslogtreecommitdiff
path: root/platforms/chibios/syscall-fallbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/syscall-fallbacks.c')
-rw-r--r--platforms/chibios/syscall-fallbacks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/chibios/syscall-fallbacks.c b/platforms/chibios/syscall-fallbacks.c
index 4569879c7..7150a4632 100644
--- a/platforms/chibios/syscall-fallbacks.c
+++ b/platforms/chibios/syscall-fallbacks.c
@@ -22,6 +22,7 @@
22 * the _reent struct has to be defined. */ 22 * the _reent struct has to be defined. */
23#if defined(USE_PICOLIBC) 23#if defined(USE_PICOLIBC)
24struct _reent; 24struct _reent;
25struct timeval;
25#endif 26#endif
26 27
27#pragma GCC diagnostic ignored "-Wmissing-prototypes" 28#pragma GCC diagnostic ignored "-Wmissing-prototypes"