From c60eb4b72264c272fb9507ed1172bcddb1206cb7 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Wed, 18 Mar 2020 00:58:23 +0100 Subject: [PATCH] Fix compile error, oops --- source/tegraexplorer/script.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tegraexplorer/script.c b/source/tegraexplorer/script.c index 673f2f8..e0dba40 100644 --- a/source/tegraexplorer/script.c +++ b/source/tegraexplorer/script.c @@ -12,6 +12,7 @@ #include "../utils/util.h" #include "../storage/emummc.h" #include "script.h" +#include "common/common.h" #include