diff options
Diffstat (limited to 'crypt/sha512-crypt.c')
-rw-r--r-- | crypt/sha512-crypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt/sha512-crypt.c b/crypt/sha512-crypt.c index 6541a9d..e09ae41 100644 --- a/crypt/sha512-crypt.c +++ b/crypt/sha512-crypt.c @@ -22,6 +22,7 @@ #include <stdbool.h> #include <stdlib.h> #include <string.h> +#include <stdint.h> #include <sys/param.h> #include "sha512.h" |