From f2433824badebde37eed0b4e6eab905ad56d4b8d Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 28 Mar 2019 10:51:51 -0700 Subject: [PATCH] fs.mitm: fix missing include in fs_shim.c --- stratosphere/ams_mitm/source/fs_mitm/fs_shim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/ams_mitm/source/fs_mitm/fs_shim.c b/stratosphere/ams_mitm/source/fs_mitm/fs_shim.c index 2efaddca2..7e4f21753 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fs_shim.c +++ b/stratosphere/ams_mitm/source/fs_mitm/fs_shim.c @@ -15,6 +15,7 @@ */ #include +#include #include "fs_shim.h" /* Missing fsp-srv commands. */