diff options
author | Brent Cook <busterb@gmail.com> | 2018-11-11 10:59:15 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2018-11-11 10:59:15 -0600 |
commit | ff7a18318c3e6686df1d31c390ecc7fe5bc9f23e (patch) | |
tree | ce6c8ef62878e36646f2eed828196609f7016179 | |
parent | 1cb05b51c1836d2b94ef93778dd197230092ea8d (diff) | |
download | portable-ff7a18318c3e6686df1d31c390ecc7fe5bc9f23e.tar.gz portable-ff7a18318c3e6686df1d31c390ecc7fe5bc9f23e.tar.bz2 portable-ff7a18318c3e6686df1d31c390ecc7fe5bc9f23e.zip |
include header
-rw-r--r-- | crypto/compat/crypto_lock_win.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/compat/crypto_lock_win.c b/crypto/compat/crypto_lock_win.c index 47c3dcc..ef21eee 100644 --- a/crypto/compat/crypto_lock_win.c +++ b/crypto/compat/crypto_lock_win.c | |||
@@ -17,6 +17,8 @@ | |||
17 | 17 | ||
18 | #include <windows.h> | 18 | #include <windows.h> |
19 | 19 | ||
20 | #include <openssl/crypto.h> | ||
21 | |||
20 | static HANDLE locks[CRYPTO_NUM_LOCKS]; | 22 | static HANDLE locks[CRYPTO_NUM_LOCKS]; |
21 | 23 | ||
22 | void | 24 | void |