summaryrefslogtreecommitdiffstats
path: root/src/security/tpm
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-29 06:56:52 +0100
committerNico Huber <nico.h@gmx.de>2018-10-30 09:41:08 +0000
commitdfbe6bd5c38d5feb6aa2778b2351cb13e0b1ecc8 (patch)
treebb12699462930eb270314a1db317a454cd7ff4c6 /src/security/tpm
parentb06f8ddfe8c0e18f962f8b5507a40f4ef430ffc1 (diff)
downloadcoreboot-dfbe6bd5c38d5feb6aa2778b2351cb13e0b1ecc8.tar.gz
coreboot-dfbe6bd5c38d5feb6aa2778b2351cb13e0b1ecc8.tar.bz2
coreboot-dfbe6bd5c38d5feb6aa2778b2351cb13e0b1ecc8.zip
src: Add missing include <stdint.h>
Change-Id: I6a9d71e69ed9230b92f0f330875515a5df29fc06 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29312 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security/tpm')
-rw-r--r--src/security/tpm/tss/common/tss_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/security/tpm/tss/common/tss_common.h b/src/security/tpm/tss/common/tss_common.h
index 0cb8d86231f7..47c9c29e05b3 100644
--- a/src/security/tpm/tss/common/tss_common.h
+++ b/src/security/tpm/tss/common/tss_common.h
@@ -17,6 +17,8 @@
#ifndef TCG_TSS_COMMON_H_
#define TCG_TSS_COMMON_H_
+#include <stdint.h>
+
#define TPM_PCR_MINIMUM_DIGEST_SIZE 20
#define TPM_SUCCESS ((uint32_t)0x00000000)