From 9e26b562d7e615585bf90ea02cf3a37f44cc80f0 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:12:00 +0100 Subject: [PATCH] fix missing include in switch.h for aud.h --- nx/include/switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch.h b/nx/include/switch.h index c7d648ef..6ba918e6 100644 --- a/nx/include/switch.h +++ b/nx/include/switch.h @@ -53,6 +53,7 @@ extern "C" { #include "switch/services/apm.h" #include "switch/services/applet.h" #include "switch/services/async.h" +#include "switch/services/aud.h" #include "switch/services/audctl.h" #include "switch/services/audin.h" #include "switch/services/audout.h" @@ -194,4 +195,3 @@ extern "C" { #ifdef __cplusplus } #endif -