diff options
Diffstat (limited to 'libstb/tss/trustedbootCmds.H')
-rw-r--r-- | libstb/tss/trustedbootCmds.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstb/tss/trustedbootCmds.H b/libstb/tss/trustedbootCmds.H index 1f03eeb..64affe9 100644 --- a/libstb/tss/trustedbootCmds.H +++ b/libstb/tss/trustedbootCmds.H @@ -39,6 +39,9 @@ // ----------------------------------------------- #ifdef __HOSTBOOT_MODULE #include <secureboot/trustedbootif.H> +#else +#include "trustedbootUtils.H" +#include "../tpm_chip.h" #endif #include "trustedboot.H" #include "trustedTypes.H" |