summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/cr50.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/tpm/cr50.c')
-rw-r--r--src/drivers/i2c/tpm/cr50.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/i2c/tpm/cr50.c b/src/drivers/i2c/tpm/cr50.c
index 3c70b7e6e3..6714bd4a03 100644
--- a/src/drivers/i2c/tpm/cr50.c
+++ b/src/drivers/i2c/tpm/cr50.c
@@ -29,7 +29,6 @@
#include <arch/early_variables.h>
#include <commonlib/endian.h>
-#include <stdint.h>
#include <string.h>
#include <types.h>
#include <delay.h>
@@ -38,6 +37,8 @@
#include <endian.h>
#include <timer.h>
#include <security/tpm/tis.h>
+#include <stdlib.h>
+
#include "tpm.h"
#define CR50_MAX_BUFSIZE 63