summaryrefslogtreecommitdiff
path: root/packages/voip/mumble/files/gcc.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-06-28 17:00:47 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-06-28 17:00:47 +0300
commit31cbee870026058ce6cf48e853e907cb7d246f8f (patch)
tree256258c2f34b23c3b7afbb11e41ec334e9c76306 /packages/voip/mumble/files/gcc.patch
parentcc4453cf520c36a34f9cf24c058b379c23479a47 (diff)
mumble-scm (with my patches)
Diffstat (limited to 'packages/voip/mumble/files/gcc.patch')
-rw-r--r--packages/voip/mumble/files/gcc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/voip/mumble/files/gcc.patch b/packages/voip/mumble/files/gcc.patch
new file mode 100644
index 0000000..12d2851
--- /dev/null
+++ b/packages/voip/mumble/files/gcc.patch
@@ -0,0 +1,12 @@
+diff --git a/src/SSLCipherInfo.h b/src/SSLCipherInfo.h
+index 508db61..2889b82 100644
+--- a/src/SSLCipherInfo.h
++++ b/src/SSLCipherInfo.h
+@@ -30,6 +30,7 @@
+
+ #ifndef MUMBLE_SSLCIPHERINFO_H_
+ #define MUMBLE_SSLCIPHERINFO_H_
++#include <string.h>
+
+ struct SSLCipherInfo {
+ const char *openssl_name;