summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>