summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2023-12-11 18:57:51 -0800
committerJohn Wiegley <johnw@newartisans.com>2024-08-05 08:35:56 -0700
commitd496c8a95f6bd43daf981d6274ec616c2348d040 (patch)
tree1877b8bc92451ea4441c691dc039e6535a747887
parent1b756fcd801ad5af3c49312392e45fec25105b16 (diff)
downloadfork-ledger-d496c8a95f6bd43daf981d6274ec616c2348d040.tar.gz
fork-ledger-d496c8a95f6bd43daf981d6274ec616c2348d040.tar.bz2
fork-ledger-d496c8a95f6bd43daf981d6274ec616c2348d040.zip
Include sys/types.h
-rw-r--r--src/sha512.cc1
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" {