diff options
Diffstat (limited to 'drivers/tpm/sandbox_common.c')
-rw-r--r-- | drivers/tpm/sandbox_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tpm/sandbox_common.c b/drivers/tpm/sandbox_common.c index 596e0156389..7e0b2502e35 100644 --- a/drivers/tpm/sandbox_common.c +++ b/drivers/tpm/sandbox_common.c @@ -7,6 +7,7 @@ #define LOG_CATEGORY UCLASS_TPM +#include <common.h> #include <tpm-v1.h> #include <tpm-v2.h> #include <asm/unaligned.h> |