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/sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sha256.c') 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 /* the K array */ static const uint32_t K[64] = { -- cgit v1.1-32-gdbae