aboutsummaryrefslogtreecommitdiffstats
path: root/src/sha1.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-05-08 02:48:17 +0200
committerTharre <tharre3@gmail.com>2017-05-08 02:48:17 +0200
commitef859c58eda4fc82600a3e432058989263502f50 (patch)
tree0e4e3c3b309e747027a1d6d18e275ebf20eb8d04 /src/sha1.h
parent921268159d96efeb136fcfd29e8ba3212fd0a507 (diff)
downloadredo-ef859c58eda4fc82600a3e432058989263502f50.tar.gz
redo-ef859c58eda4fc82600a3e432058989263502f50.tar.xz
redo-ef859c58eda4fc82600a3e432058989263502f50.zip
Fix includes in header files
Diffstat (limited to 'src/sha1.h')
-rw-r--r--src/sha1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sha1.h b/src/sha1.h
index dbcfe58..fe78bdf 100644
--- a/src/sha1.h
+++ b/src/sha1.h
@@ -9,6 +9,7 @@ extern "C" {
#endif
#include <stdint.h>
+#include <stdlib.h>
typedef struct {
uint32_t state[5];