diff --git a/exosphere/smc_api.c b/exosphere/smc_api.c index e026b6c41..687c5c7b2 100644 --- a/exosphere/smc_api.c +++ b/exosphere/smc_api.c @@ -3,8 +3,12 @@ #include "utils.h" #include "configitem.h" #include "cpu_context.h" +#include "masterkey.h" #include "mc.h" #include "mmu.h" +#include "pmc.h" +#include "randomcache.h" +#include "sealedkeys.h" #include "smc_api.h" #include "smc_user.h" #include "se.h"