diff options
Diffstat (limited to 'src/sha512.c')
-rw-r--r-- | src/sha512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha512.c b/src/sha512.c index 62c7159..c27f9ff 100644 --- a/src/sha512.c +++ b/src/sha512.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ -#include "fixedint.h" +#include <stdint.h> #include "common.h" #include "libimobiledevice-glue/sha.h" |