From d66e3aa487e2dd8c4c89fb93b4722673093fabb5 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 9761ec2b68..d8a1dc5caf 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)