diff options
Diffstat (limited to 'sha1/sha1.h')
| -rw-r--r-- | sha1/sha1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sha1/sha1.h b/sha1/sha1.h index 3bd397c..d63e88e 100644 --- a/sha1/sha1.h +++ b/sha1/sha1.h @@ -14,6 +14,9 @@ #if HAVE_SYS_TYPES_H #include <sys/types.h> #endif +#if HAVE_STDINT_H +#include <stdint.h> +#endif #define SHA1_DIGEST_SIZE 20 #define SHA1_BLOCK_SIZE 64 |
