From 75eb23b21f2d2c4f896c009ddeb77ff3bf1269ec Mon Sep 17 00:00:00 2001 From: Arceveti <73617174+Arceveti@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:21:16 -0800 Subject: [PATCH] Fix rumble build --- src/game/crash_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/crash_screen.c b/src/game/crash_screen.c index 8ef95438b..6214e8fb8 100644 --- a/src/game/crash_screen.c +++ b/src/game/crash_screen.c @@ -10,6 +10,7 @@ #include "game_init.h" #include "main.h" #include "debug.h" +#include "rumble_init.h" #include "sm64.h"