From 185dc727fa5fdc532438caa466d0e304153435ae Mon Sep 17 00:00:00 2001 From: NovaNekmit <46822538+NovaNekmit@users.noreply.github.com> Date: Fri, 10 Mar 2023 16:09:12 +0100 Subject: [PATCH] #include "time.h" -> #include --- src/system/systime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/systime.h b/src/system/systime.h index f2f9fb400..d07a51969 100644 --- a/src/system/systime.h +++ b/src/system/systime.h @@ -31,7 +31,7 @@ extern "C" #endif #include -#include "time.h" +#include #include "timer.h" /*!