summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/npns/npns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/npns/npns.h')
-rw-r--r--src/core/hle/service/npns/npns.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/npns/npns.h b/src/core/hle/service/npns/npns.h
index 861cd3e48..3b7596b6b 100644
--- a/src/core/hle/service/npns/npns.h
+++ b/src/core/hle/service/npns/npns.h
@@ -4,12 +4,16 @@
#pragma once
+namespace Core {
+class System;
+}
+
namespace Service::SM {
class ServiceManager;
}
namespace Service::NPNS {
-void InstallInterfaces(SM::ServiceManager& sm);
+void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::NPNS