Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/SSLLocks.cpp')
-rw-r--r--src/SSLLocks.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SSLLocks.cpp b/src/SSLLocks.cpp
index 07c121c54..b98cca04a 100644
--- a/src/SSLLocks.cpp
+++ b/src/SSLLocks.cpp
@@ -5,6 +5,11 @@
#include "SSLLocks.h"
+#include <QtCore/QMutex>
+#include <QtCore/QThread>
+
+#include <openssl/crypto.h>
+
static QMutex **locks = NULL;
void locking_callback(int mode, int type, const char *, int) {