summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch')
-rw-r--r--games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch b/games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch
new file mode 100644
index 000000000..a4749036e
--- /dev/null
+++ b/games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch
@@ -0,0 +1,10 @@
+--- hiscore.cpp.orig 2010-04-11 23:39:11.000000000 +0200
++++ hiscore.cpp 2010-04-11 23:41:05.000000000 +0200
+@@ -19,6 +19,7 @@
+ -----------------------------------------------------------------------------*/
+ #include "stdio.h"
+ #include "hiscore.h"
++#include <cstdlib>
+ //-----------------------------------------------------------------------------
+ HiScores &hiScores()
+ {