From 0641a91866f3890c5279b04e9d15ee5997e384fa Mon Sep 17 00:00:00 2001 From: fdai7723 Date: Thu, 8 Feb 2024 13:00:40 +0000 Subject: [PATCH] =?UTF-8?q?refactoring:=20Tutorial.h=20includes=20fixed,?= =?UTF-8?q?=20Hendrik=20Vo=C3=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_Misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_Misc.c b/test/test_Misc.c index fa5b6e4..1696a5a 100644 --- a/test/test_Misc.c +++ b/test/test_Misc.c @@ -7,6 +7,7 @@ #include #include #include "Input.h" +#include "Tutorial.h" void test_king_alive() { char** brett = malloc(8 * sizeof(char*));