diff options
Diffstat (limited to 'util_lib/include/sha256.h')
-rw-r--r-- | util_lib/include/sha256.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util_lib/include/sha256.h b/util_lib/include/sha256.h index b8278a1..467fb22 100644 --- a/util_lib/include/sha256.h +++ b/util_lib/include/sha256.h @@ -1,6 +1,7 @@ #ifndef SHA256_H #define SHA256_H +#include <sys/types.h> #include <stdint.h> typedef struct |