commit | fd0619fefb5f03de5378f3a39da17ecec7c6b772 | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Tue Mar 29 11:29:07 2022 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Tue Mar 29 11:29:07 2022 +0200 |
tree | 9b622c1c542a26d2e2cdf2c2eded54ea6b278f4b | |
parent | b83bc867e61333b61d2f3366e6daa3f6f988074f [diff] |
3rd_party/libsrp6a: Add windows.h because Windows is weird
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 @@ # else /* !CRYPTOLIB && WIN32 */ +#include <windows.h> #include <wtypes.h> #include <winbase.h> #include <windef.h>