summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2020-06-18 13:54:45 -0400
committerCommit Bot <commit-bot@chromium.org>2020-06-19 10:39:44 +0000
commit452aef2b85b19023dc0f72832bec9f33e672180a (patch)
tree93c22d84400ee855f80f05ed4d6bd4af20417832
parente387ab4affdd871efdb70ba50dbf24e1bb06888f (diff)
downloadvboot-452aef2b85b19023dc0f72832bec9f33e672180a.tar.gz
vboot: add missing assert.h include
BUG=none TEST=make BRANCH=none Signed-off-by: David Benjamin <davidben@chromium.org> Change-Id: I4193d01bf9e65aff1567d4d00ae38811b61ad4c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2252761 Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org>
-rw-r--r--firmware/stub/tpm_lite_stub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/stub/tpm_lite_stub.c b/firmware/stub/tpm_lite_stub.c
index 7d3e5d28..1f31c691 100644
--- a/firmware/stub/tpm_lite_stub.c
+++ b/firmware/stub/tpm_lite_stub.c
@@ -6,6 +6,7 @@
* equivalents.
*/
+#include <assert.h>
#include <stdint.h>
#include <errno.h>
#include <fcntl.h>