From 13f93412cdcdc9cfaac9834f41871b1dc45ddba2 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 2 Jun 2022 03:01:58 +0300 Subject: [PATCH] engine: platform: sdl: forgot to add an include, sorry\! --- engine/platform/sdl/sys_sdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/platform/sdl/sys_sdl.c b/engine/platform/sdl/sys_sdl.c index 7041bf06..0194c291 100644 --- a/engine/platform/sdl/sys_sdl.c +++ b/engine/platform/sdl/sys_sdl.c @@ -15,6 +15,7 @@ GNU General Public License for more details. #include #include "platform/platform.h" +#include "events.h" #if XASH_TIMER == TIMER_SDL double Platform_DoubleTime( void )