diff options
Diffstat (limited to 'src/sha512.cc')
-rw-r--r-- | src/sha512.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sha512.cc b/src/sha512.cc index 8754f966..8e639f93 100644 --- a/src/sha512.cc +++ b/src/sha512.cc @@ -43,6 +43,7 @@ #include <string.h> /* memcpy()/memset() or bcopy()/bzero() */ #include <stdint.h> /* memcpy()/memset() or bcopy()/bzero() */ #include <assert.h> /* assert() */ +#include <sys/types.h> extern "C" { |