From c4e41937150beab78ba5d492b7b22799d20a0ee4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 1 Nov 2018 11:29:50 +0100 Subject: src: Add missing include Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29403 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/security/tpm/tss_errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/security/tpm/tss_errors.h') diff --git a/src/security/tpm/tss_errors.h b/src/security/tpm/tss_errors.h index c80ffa15f3..316661cd0a 100644 --- a/src/security/tpm/tss_errors.h +++ b/src/security/tpm/tss_errors.h @@ -12,6 +12,8 @@ #ifndef TSS_ERRORS_H_ #define TSS_ERRORS_H_ +#include + #define TPM_E_BASE 0x0 #define TPM_E_NON_FATAL 0x800 -- cgit v1.2.3