summaryrefslogtreecommitdiff
path: root/libc/crypt/sha512.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/crypt/sha512.c')
-rw-r--r--libc/crypt/sha512.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/crypt/sha512.c b/libc/crypt/sha512.c
index db17ff467..be20bcc82 100644
--- a/libc/crypt/sha512.c
+++ b/libc/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"