From d752df421f09a993092563df349736acdedbb7f5 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Tue, 27 Dec 2016 04:12:15 -0800 Subject: [PATCH] 3DS: Fix build --- src/platform/3ds/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/3ds/main.c b/src/platform/3ds/main.c index 727ab71fa..3042a67d8 100644 --- a/src/platform/3ds/main.c +++ b/src/platform/3ds/main.c @@ -4,6 +4,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "core/core.h" #ifdef M_CORE_GBA #include "gba/gba.h" #include "gba/input.h"