smc_api: Add missing includes

MASTERKEY_REVISION_400_CURRENT, seal_titlekey, PMC_BASE and the randomcache functions  aren't visible without them
This commit is contained in:
Lioncash 2018-02-23 07:48:13 -05:00
parent 90f792b1cc
commit 74827b4fb7
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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"