summaryrefslogtreecommitdiff
path: root/chip/npcx/sha256_chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/sha256_chip.c')
-rw-r--r--chip/npcx/sha256_chip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/npcx/sha256_chip.c b/chip/npcx/sha256_chip.c
index 0462b752ed..4a92db4bb9 100644
--- a/chip/npcx/sha256_chip.c
+++ b/chip/npcx/sha256_chip.c
@@ -5,6 +5,7 @@
*/
/* SHA256 module for Chrome EC */
+#include "builtin/assert.h"
#include "common.h"
#include "sha256.h"
#include "util.h"