diff options
Diffstat (limited to 'src/include/sha256.h')
-rw-r--r-- | src/include/sha256.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/sha256.h b/src/include/sha256.h index 8c920b1..80ee0ab 100644 --- a/src/include/sha256.h +++ b/src/include/sha256.h @@ -1,6 +1,9 @@ #ifndef SHA256_H #define SHA256_H +#include <stddef.h> +#include <stdint.h> + typedef struct { uint8_t data[64]; uint32_t datalen; |