diff options
Diffstat (limited to 'include/u-boot/sha1.h')
-rw-r--r-- | include/u-boot/sha1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/u-boot/sha1.h b/include/u-boot/sha1.h index 09fee594d26..c1e9f67068d 100644 --- a/include/u-boot/sha1.h +++ b/include/u-boot/sha1.h @@ -14,6 +14,8 @@ #ifndef _SHA1_H #define _SHA1_H +#include <linux/types.h> + #ifdef __cplusplus extern "C" { #endif |