summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sha512.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sha512.cc b/src/sha512.cc
index 2573524c..3c61070b 100644
--- a/src/sha512.cc
+++ b/src/sha512.cc
@@ -42,6 +42,8 @@
*/
#include <string.h> /* memcpy()/memset() or bcopy()/bzero() */
#include <assert.h> /* assert() */
+#include <sys/types.h>
+#include <stdint.h>
extern "C" {