Changes of Revision 6
[-] [+] | Changed | swfmill-gcc43.patch |
@@ -15,3 +15,13 @@ -} \ Kein Zeilenumbruch am Dateiende. +} +--- src/swft/swft_import_mp3.cpp.orig 2008-06-29 15:18:10.000000000 +0200 ++++ src/swft/swft_import_mp3.cpp 2008-06-29 15:18:52.000000000 +0200 +@@ -5,6 +5,7 @@ + #include "swft.h" + #include <sys/types.h> + #include <sys/stat.h> ++#include <string.h> + + #define TMP_STRLEN 0xff + |