From fc3145ff6ef886a2a0bb65db211fdb9315ce100c Mon Sep 17 00:00:00 2001 From: XorTroll <33005497+XorTroll@users.noreply.github.com> Date: Fri, 7 Sep 2018 00:09:03 +0200 Subject: [PATCH] Add psm to main libnx header --- nx/include/switch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch.h b/nx/include/switch.h index b3ed59cc..cfff0fa8 100644 --- a/nx/include/switch.h +++ b/nx/include/switch.h @@ -46,6 +46,7 @@ extern "C" { #include "switch/services/audout.h" #include "switch/services/csrng.h" #include "switch/services/bpc.h" +#include "switch/services/psm.h" //#include "switch/services/bsd.h" Use switch/runtime/devices/socket.h instead #include "switch/services/fatal.h" #include "switch/services/time.h"