From 6daf357fd95d4a500b0b47273306d1a29e9b3701 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sat, 3 Sep 2022 02:13:20 -0400 Subject: [PATCH] fix include fix build (#1385) Co-authored-by: briaguya --- soh/src/code/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/code/main.c b/soh/src/code/main.c index 07e54b5be..7a6d6c6d9 100644 --- a/soh/src/code/main.c +++ b/soh/src/code/main.c @@ -3,7 +3,7 @@ #include #include "soh/OTRGlobals.h" -#include "../libultraship/CrashHandler.h" +#include s32 gScreenWidth = SCREEN_WIDTH;