diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-10-10 00:47:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-10-10 00:47:53 +0300 |
commit | 5351c9596c8f014cc2e664d256fb5bd432229a66 (patch) | |
tree | 0a99a15ea41f8eb2dd02d8326d1e2b0fca485b81 /media-sound/mumble/files | |
parent | d140ccafc16603eb7ac6da82517ea25e6ef94f53 (diff) |
mumble: patch for new compilers which is not silently include default headers
Diffstat (limited to 'media-sound/mumble/files')
-rw-r--r-- | media-sound/mumble/files/gcc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/mumble/files/gcc.patch b/media-sound/mumble/files/gcc.patch new file mode 100644 index 0000000..12d2851 --- /dev/null +++ b/media-sound/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;
|