From 9bdf7fe983311e8c573d7c466c2006059645c4ba Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Tue, 26 Nov 2024 18:39:28 +0100 Subject: Fix compilation on MSVC --- src/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sha1.c') 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 #define ROLc(x, y) \ ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | \ -- cgit v1.1-32-gdbae