From 8d0c36b72ad554ab8efb3004579d17e75b59ba3c Mon Sep 17 00:00:00 2001 From: Irne Racoonovich Date: Sat, 24 Aug 2024 23:38:57 +0300 Subject: [PATCH] spl: add missing service header --- nx/include/switch/services/spl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/spl.h b/nx/include/switch/services/spl.h index 9761ec2b..d8a1dc5c 100644 --- a/nx/include/switch/services/spl.h +++ b/nx/include/switch/services/spl.h @@ -7,6 +7,7 @@ #pragma once #include "../types.h" #include "../kernel/event.h" +#include "../sf/service.h" #define SPL_RSA_BUFFER_SIZE (0x100)