Fix build without SSL

This commit is contained in:
Alexey Sokolov
2015-12-10 22:15:46 +00:00
parent 16a8c77737
commit 481fdf64a4

View File

@@ -17,12 +17,12 @@
#include <znc/znc.h>
#include <signal.h>
#include <time.h>
#include <thread>
#if defined(HAVE_LIBSSL) && defined(HAVE_PTHREAD)
#include <znc/Threads.h>
#include <openssl/crypto.h>
#include <memory>
#include <thread>
static std::vector<std::unique_ptr<CMutex>> lock_cs;