From 38fb0f26b551d5862f8bcdcfde6bf99be1caf132 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Tue, 5 Jun 2018 19:50:46 -0500 Subject: [PATCH] Fix include statement --- nx/include/switch/services/ns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/ns.h b/nx/include/switch/services/ns.h index 59c1d1a7..0d9c103c 100644 --- a/nx/include/switch/services/ns.h +++ b/nx/include/switch/services/ns.h @@ -7,7 +7,7 @@ #pragma once #include "../types.h" #include "../nacp.h" -#include "services/fs.h" +#include "../services/fs.h" typedef struct { NacpStruct nacp;