From 3ce32d2014956a42357e42ec05ca1012c3ad003a Mon Sep 17 00:00:00 2001 From: The Dax Date: Fri, 21 Dec 2018 16:56:07 -0500 Subject: [PATCH] DevkitARM r50-2 buildfix. --- fusee/fusee-secondary/src/stratosphere.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fusee/fusee-secondary/src/stratosphere.c b/fusee/fusee-secondary/src/stratosphere.c index acdaa7e89..9deaa8720 100644 --- a/fusee/fusee-secondary/src/stratosphere.c +++ b/fusee/fusee-secondary/src/stratosphere.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "exocfg.h" #include "utils.h" #include "package2.h"