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.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/SSLLocks.cpp b/src/SSLLocks.cpp
index 1f15365a4..b98cca04a 100644
--- a/src/SSLLocks.cpp
+++ b/src/SSLLocks.cpp
@@ -3,10 +3,13 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#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) {