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*));