From fdbe6aa55f4115b3af89690962d0fb5420483104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 2 Oct 2020 22:31:16 +0200 Subject: [PATCH] Include library --- main_sdl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main_sdl.c b/main_sdl.c index 123713f..5a39bcc 100644 --- a/main_sdl.c +++ b/main_sdl.c @@ -58,6 +58,8 @@ #endif #include +#include +#include #include #include "game.h"