diff options
Diffstat (limited to 'src/sha256.c')
-rw-r--r-- | src/sha256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha256.c b/src/sha256.c index 71be516..e5da53f 100644 --- a/src/sha256.c +++ b/src/sha256.c @@ -12,7 +12,7 @@ #include "common.h" #include "libimobiledevice-glue/sha.h" -#include "fixedint.h" +#include <stdint.h> /* the K array */ static const uint32_t K[64] = { |