summaryrefslogtreecommitdiff
path: root/media-sound/mumble/files/gcc.patch
blob: 12d285148cd0c76395f7647a334a3f9a0ce7a4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
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;