about summary refs log tree commit diff
path: root/crypt/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/sha256.c')
-rw-r--r--crypt/sha256.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt/sha256.c b/crypt/sha256.c
index 9aa222b7d8..8fb7d47671 100644
--- a/crypt/sha256.c
+++ b/crypt/sha256.c
@@ -26,6 +26,7 @@
 #include <endian.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 #include "sha256.h"