soc/intel/apollolake: Add missing header in measured_boot.h

tss_structures.h is needed for SHA256_DIGEST_SIZE.

Change-Id: I0f19b09b770d1e7de6483beb55e901e5f7d3a456
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88473
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
Matt DeVillier 2025-07-17 12:51:30 -05:00
commit 67cd138df9

View file

@ -3,6 +3,7 @@
#ifndef _BOOT_GUARD_LIB_H_
#define _BOOT_GUARD_LIB_H_
#include <security/tpm/tss/tcg-2.0/tss_structures.h>
#include <types.h>
/* Boot Policy configuration for Boot Guard */