Added smm.h include to switch.h.

This commit is contained in:
yellows8 2018-05-04 01:55:29 -04:00
parent 7b5d1b1bf3
commit 8fde3ec378

View File

@ -32,6 +32,7 @@ extern "C" {
#include "switch/kernel/ipc.h" #include "switch/kernel/ipc.h"
#include "switch/services/sm.h" #include "switch/services/sm.h"
#include "switch/services/smm.h"
#include "switch/services/fs.h" #include "switch/services/fs.h"
#include "switch/services/fsldr.h" #include "switch/services/fsldr.h"
#include "switch/services/acc.h" #include "switch/services/acc.h"