From ba34585a9cc054847d733d20024d35f448fbc2d4 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sat, 24 Jun 2023 12:42:20 +0200 Subject: [PATCH] Adding missing time.h --- src/rtc/psprtc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtc/psprtc.h b/src/rtc/psprtc.h index be3aef0f..3bda8a3d 100644 --- a/src/rtc/psprtc.h +++ b/src/rtc/psprtc.h @@ -13,6 +13,8 @@ #ifndef __PSPRTC_H__ #define __PSPRTC_H__ +#include + #ifdef __cplusplus extern "C" { #endif