diff options
Diffstat (limited to 'platforms/chibios/syscall-fallbacks.c')
| -rw-r--r-- | platforms/chibios/syscall-fallbacks.c | 1 |
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) |
| 24 | struct _reent; | 24 | struct _reent; |
| 25 | struct timeval; | ||
| 25 | #endif | 26 | #endif |
| 26 | 27 | ||
| 27 | #pragma GCC diagnostic ignored "-Wmissing-prototypes" | 28 | #pragma GCC diagnostic ignored "-Wmissing-prototypes" |
