diff options
Diffstat (limited to 'app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch')
-rw-r--r-- | app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch b/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch new file mode 100644 index 000000000000..900bfa90740a --- /dev/null +++ b/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch @@ -0,0 +1,10 @@ +--- uvconv.orig/uvconvert/uvconvert.cpp 2004-07-26 05:19:18.000000000 +0900 ++++ uvconv/uvconvert/uvconvert.cpp 2008-12-17 17:57:23.000000000 +0900 +@@ -19,6 +19,7 @@ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + --------------------------------------------------------------------------------*/ + ++#include <cstring> + #include "prehdr.h" + #include "vnconv.h" + |