| Index: src/platform/vboot_reference/common/tlcl_stub.c
|
| diff --git a/src/platform/vboot_reference/common/tlcl_stub.c b/src/platform/vboot_reference/common/tlcl_stub.c
|
| index 0b4625b343680ed4bf047c7b94b83e545bf31544..ff59e23a63a4a38881df282364acbf703d62f268 100644
|
| --- a/src/platform/vboot_reference/common/tlcl_stub.c
|
| +++ b/src/platform/vboot_reference/common/tlcl_stub.c
|
| @@ -5,7 +5,7 @@
|
| * Stub implementations of TPM Lite Library.
|
| */
|
|
|
| -#include <tss/tcs.h>
|
| +#include "tss_constants.h"
|
|
|
| void TlclLibinit(void) { return; }
|
| void TlclStartup(void) { return; }
|
|
|