diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sha512.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sha512.c b/src/sha512.c index c27f9ff..5b3ca02 100644 --- a/src/sha512.c +++ b/src/sha512.c @@ -9,11 +9,11 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ -#include <stdint.h> - #include "common.h" #include "libimobiledevice-glue/sha.h" +#include <stdint.h> + /* the K array */ static const uint64_t K[80] = { UINT64_C(0x428a2f98d728ae22), UINT64_C(0x7137449123ef65cd), |