summaryrefslogtreecommitdiffstats
path: root/3rd_party
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-03-29 11:29:07 +0200
committerGravatar Nikias Bassen2022-03-29 11:29:07 +0200
commitfd0619fefb5f03de5378f3a39da17ecec7c6b772 (patch)
tree9b622c1c542a26d2e2cdf2c2eded54ea6b278f4b /3rd_party
parentb83bc867e61333b61d2f3366e6daa3f6f988074f (diff)
downloadlibimobiledevice-fd0619fefb5f03de5378f3a39da17ecec7c6b772.tar.gz
libimobiledevice-fd0619fefb5f03de5378f3a39da17ecec7c6b772.tar.bz2
3rd_party/libsrp6a: Add windows.h because Windows is weird
Diffstat (limited to '3rd_party')
-rw-r--r--3rd_party/libsrp6a-sha512/t_truerand.c1
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>