summaryrefslogtreecommitdiffstats
path: root/src/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sha1.c')
-rw-r--r--src/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha1.c b/src/sha1.c
index 60c3b56..b4f87b3 100644
--- a/src/sha1.c
+++ b/src/sha1.c
@@ -12,7 +12,7 @@
#include "common.h"
#include "libimobiledevice-glue/sha.h"
-#include "fixedint.h"
+#include <stdint.h>
#define ROLc(x, y) \
( (((unsigned long)(x)<<(unsigned long)((y)&31)) | \