diff options
author | 2022-03-29 11:29:07 +0200 | |
---|---|---|
committer | 2022-03-29 11:29:07 +0200 | |
commit | fd0619fefb5f03de5378f3a39da17ecec7c6b772 (patch) | |
tree | 9b622c1c542a26d2e2cdf2c2eded54ea6b278f4b /3rd_party/libsrp6a-sha512 | |
parent | b83bc867e61333b61d2f3366e6daa3f6f988074f (diff) | |
download | libimobiledevice-fd0619fefb5f03de5378f3a39da17ecec7c6b772.tar.gz libimobiledevice-fd0619fefb5f03de5378f3a39da17ecec7c6b772.tar.bz2 |
3rd_party/libsrp6a: Add windows.h because Windows is weird
Diffstat (limited to '3rd_party/libsrp6a-sha512')
-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() | |||
71 | 71 | ||
72 | # else /* !CRYPTOLIB && WIN32 */ | 72 | # else /* !CRYPTOLIB && WIN32 */ |
73 | 73 | ||
74 | #include <windows.h> | ||
74 | #include <wtypes.h> | 75 | #include <wtypes.h> |
75 | #include <winbase.h> | 76 | #include <winbase.h> |
76 | #include <windef.h> | 77 | #include <windef.h> |