diff options
-rw-r--r-- | irc/znc/files/patch-src_Csocket.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/znc/files/patch-src_Csocket.cpp b/irc/znc/files/patch-src_Csocket.cpp new file mode 100644 index 000000000000..708e7154fc34 --- /dev/null +++ b/irc/znc/files/patch-src_Csocket.cpp @@ -0,0 +1,10 @@ +--- src/Csocket.cpp.orig 2015-04-16 15:00:34 UTC ++++ src/Csocket.cpp +@@ -47,6 +47,7 @@ + #include <stdio.h> + #include <openssl/conf.h> + #include <openssl/engine.h> ++#include <openssl/comp.h> + #endif /* HAVE_LIBSSL */ + + #ifdef HAVE_ICU |