blob: 5c80d5624f0c27f6088501a4b80cb12fc5780721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/src/Mayaqua/Encrypt.h
+++ b/src/Mayaqua/Encrypt.h
@@ -9,7 +9,9 @@
#define ENCRYPT_H
#include "MayaType.h"
-
+#ifdef linux
+ #include <pthread.h>
+#endif
#include <openssl/opensslv.h>
// Constant
|