diff options
Diffstat (limited to 'games/einstein/patches/10_gcc43.diff')
-rw-r--r-- | games/einstein/patches/10_gcc43.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/einstein/patches/10_gcc43.diff b/games/einstein/patches/10_gcc43.diff new file mode 100644 index 0000000000..f378500531 --- /dev/null +++ b/games/einstein/patches/10_gcc43.diff @@ -0,0 +1,10 @@ +diff -ruN -x '*.png' -x '*.jpg' -x '*.ogg' -x '*_image_archive' ../orig/einstein-2.0.dfsg.2/unicode.cpp ./unicode.cpp +--- ../orig/einstein-2.0.dfsg.2/unicode.cpp 2005-08-14 04:40:58.000000000 +0200 ++++ ./unicode.cpp 2008-01-26 11:49:10.000000000 +0100 +@@ -1,5 +1,6 @@ + #include <wchar.h> + #include <stdlib.h> ++#include <string.h> + #ifdef WIN32 + #include <windows.h> + #endif |