Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Tau <raymondtau@gmail.com>2015-11-23 11:15:10 +0300
committerRaymond Tau <raymondtau@gmail.com>2015-11-23 11:15:10 +0300
commit04b72873c79375fc9845e03f1d575d4891ea723f (patch)
tree7dd1418d5c2cd1d0fa05648946729d66a546a184 /src/Mayaqua/Network.c
parent8b1b67faedaac1c84c54874aa50a1e89952915af (diff)
Fix the problem of the DisableSslVersions patch.
Diffstat (limited to 'src/Mayaqua/Network.c')
-rw-r--r--src/Mayaqua/Network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mayaqua/Network.c b/src/Mayaqua/Network.c
index e0395aa4..69278c80 100644
--- a/src/Mayaqua/Network.c
+++ b/src/Mayaqua/Network.c
@@ -155,6 +155,7 @@
#ifdef UNIX_MACOS
#include <sys/event.h>
#endif // UNIX_MACOS
+#include <Cedar/Cedar.h>
#ifdef OS_WIN32
NETWORK_WIN32_FUNCTIONS *w32net;