diff options
Diffstat (limited to 'crypt/sha512-block.c')
-rw-r--r-- | crypt/sha512-block.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypt/sha512-block.c b/crypt/sha512-block.c index e7c5cfd7f5..c542db1c9c 100644 --- a/crypt/sha512-block.c +++ b/crypt/sha512-block.c @@ -1,3 +1,5 @@ +#include <stdint.h> + /* Process LEN bytes of BUFFER, accumulating context into CTX. It is assumed that LEN % 128 == 0. */ void |