mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
Provide space for upstream/pending patches. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
14 lines
219 B
Diff
14 lines
219 B
Diff
--- 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
|