b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/Mayaqua/Encrypt.h |
2 | +++ b/src/Mayaqua/Encrypt.h | ||||
3 | @@ -9,7 +9,9 @@ | ||||
4 | #define ENCRYPT_H | ||||
5 | |||||
6 | #include "MayaType.h" | ||||
7 | - | ||||
8 | +#ifdef linux | ||||
9 | + #include <pthread.h> | ||||
10 | +#endif | ||||
11 | #include <openssl/opensslv.h> | ||||
12 | |||||
13 | // Constant |