summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sha512.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sha512.cc b/src/sha512.cc
index bc469358..8754f966 100644
--- a/src/sha512.cc
+++ b/src/sha512.cc
@@ -41,6 +41,7 @@
* $Id: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $
*/
#include <string.h> /* memcpy()/memset() or bcopy()/bzero() */
+#include <stdint.h> /* memcpy()/memset() or bcopy()/bzero() */
#include <assert.h> /* assert() */
extern "C" {