diff options
Diffstat (limited to 'src/libutil/sha256.h')
-rw-r--r-- | src/libutil/sha256.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/sha256.h b/src/libutil/sha256.h index 39b301342f42..0686b84f0e08 100644 --- a/src/libutil/sha256.h +++ b/src/libutil/sha256.h @@ -1,7 +1,7 @@ #ifndef _SHA256_H #define _SHA256_H 1 -#include <stdint.h> +#include <inttypes.h> #define SHA_LBLOCK 16 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a |