diff --git a/nx/include/switch/services/ns.h b/nx/include/switch/services/ns.h index 2d651fbc..59c1d1a7 100644 --- a/nx/include/switch/services/ns.h +++ b/nx/include/switch/services/ns.h @@ -7,6 +7,7 @@ #pragma once #include "../types.h" #include "../nacp.h" +#include "services/fs.h" typedef struct { NacpStruct nacp; diff --git a/nx/source/services/ns.c b/nx/source/services/ns.c index b65586f1..b86f0e14 100644 --- a/nx/source/services/ns.c +++ b/nx/source/services/ns.c @@ -3,7 +3,6 @@ #include "arm/atomics.h" #include "kernel/ipc.h" #include "kernel/detect.h" -#include "services/fs.h" #include "services/sm.h" #include "services/ns.h"