diff options
Diffstat (limited to 'sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch')
-rw-r--r-- | sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch b/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch new file mode 100644 index 000000000000..341fff99ad35 --- /dev/null +++ b/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch @@ -0,0 +1,10 @@ +--- src/ipc/dcop/dcop.cpp~ 2007-12-14 21:28:08.000000000 +0000 ++++ src/ipc/dcop/dcop.cpp 2009-02-03 14:25:32.225109255 +0000 +@@ -18,6 +18,7 @@ + */ + + #include <cstdlib> ++#include <cstring> + #include <glib.h> + #include <gtk/gtk.h> + #include <dcopobject.h> |