diff options
author | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
commit | ef859c58eda4fc82600a3e432058989263502f50 (patch) | |
tree | 0e4e3c3b309e747027a1d6d18e275ebf20eb8d04 /src/sha1.h | |
parent | 921268159d96efeb136fcfd29e8ba3212fd0a507 (diff) | |
download | redo-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ extern "C" { #endif #include <stdint.h> +#include <stdlib.h> typedef struct { uint32_t state[5]; |