summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_bootmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/tpm_bootmode.c')
-rw-r--r--firmware/lib/tpm_bootmode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/lib/tpm_bootmode.c b/firmware/lib/tpm_bootmode.c
index 218db207..a8e1a7cc 100644
--- a/firmware/lib/tpm_bootmode.c
+++ b/firmware/lib/tpm_bootmode.c
@@ -5,9 +5,10 @@
* Functions for updating the TPM state with the status of boot path.
*/
-#include "tpm_bootmode.h"
+#include "sysincludes.h"
#include "tlcl.h"
+#include "tpm_bootmode.h"
#include "utility.h"
#include "vboot_api.h"