aboutsummaryrefslogtreecommitdiff
path: root/include/u-boot/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/sha256.h')
-rw-r--r--include/u-boot/sha256.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/u-boot/sha256.h b/include/u-boot/sha256.h
index 9aa1251..a4fe176 100644
--- a/include/u-boot/sha256.h
+++ b/include/u-boot/sha256.h
@@ -1,6 +1,8 @@
#ifndef _SHA256_H
#define _SHA256_H
+#include <linux/types.h>
+
#define SHA256_SUM_LEN 32
#define SHA256_DER_LEN 19