diff options
Diffstat (limited to 'crypt/sha512.c')
-rw-r--r-- | crypt/sha512.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt/sha512.c b/crypt/sha512.c index db17ff4671..be20bcc822 100644 --- a/crypt/sha512.c +++ b/crypt/sha512.c @@ -26,6 +26,7 @@ #include <endian.h> #include <stdlib.h> #include <string.h> +#include <stdint.h> #include <sys/types.h> #include "sha512.h" |