summaryrefslogtreecommitdiff
path: root/arm9/src/error_handling.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/src/error_handling.c')
-rw-r--r--arm9/src/error_handling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/error_handling.c b/arm9/src/error_handling.c
index 9052773f..a01894f6 100644
--- a/arm9/src/error_handling.c
+++ b/arm9/src/error_handling.c
@@ -1,8 +1,8 @@
#include "global.h"
#include "error_handling.h"
+#include "error_message_reset.h"
extern u32 FUN_02031810(void);
-extern void PrintErrorMessageAndReset(void);
THUMB_FUNC void ErrorHandling(void)
{