diff options
author | Nikias Bassen | 2022-03-29 11:29:07 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-03-29 11:29:07 +0200 |
commit | fd0619fefb5f03de5378f3a39da17ecec7c6b772 (patch) | |
tree | 9b622c1c542a26d2e2cdf2c2eded54ea6b278f4b | |
parent | b83bc867e61333b61d2f3366e6daa3f6f988074f (diff) | |
download | libimobiledevice-fd0619fefb5f03de5378f3a39da17ecec7c6b772.tar.gz libimobiledevice-fd0619fefb5f03de5378f3a39da17ecec7c6b772.tar.bz2 |
3rd_party/libsrp6a: Add windows.h because Windows is weird
-rw-r--r-- | 3rd_party/libsrp6a-sha512/t_truerand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rd_party/libsrp6a-sha512/t_truerand.c b/3rd_party/libsrp6a-sha512/t_truerand.c index 2617b5e..4a4c3d2 100644 --- a/3rd_party/libsrp6a-sha512/t_truerand.c +++ b/3rd_party/libsrp6a-sha512/t_truerand.c @@ -71,6 +71,7 @@ raw_truerand() # else /* !CRYPTOLIB && WIN32 */ +#include <windows.h> #include <wtypes.h> #include <winbase.h> #include <windef.h> |