diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-28 17:00:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-28 17:00:47 +0300 |
commit | 31cbee870026058ce6cf48e853e907cb7d246f8f (patch) | |
tree | 256258c2f34b23c3b7afbb11e41ec334e9c76306 /packages/voip/mumble/files/gcc.patch | |
parent | cc4453cf520c36a34f9cf24c058b379c23479a47 (diff) |
mumble-scm (with my patches)
Diffstat (limited to 'packages/voip/mumble/files/gcc.patch')
-rw-r--r-- | packages/voip/mumble/files/gcc.patch | 12 |
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;
|