diff options
| -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 |
