diff options
Diffstat (limited to 'media-libs/mlt++/files')
-rw-r--r-- | media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch b/media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch new file mode 100644 index 000000000000..f46682e6d426 --- /dev/null +++ b/media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch @@ -0,0 +1,9 @@ +--- test/server.cpp ++++ test/server.cpp +@@ -1,5 +1,6 @@ + #include <iostream> + #include <string> ++#include <cstring> + #include <sstream> + using namespace std; + |