summaryrefslogtreecommitdiffstats
path: root/games/gnomegames2/files/patch-blackjack_src_game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomegames2/files/patch-blackjack_src_game.cpp')
-rw-r--r--games/gnomegames2/files/patch-blackjack_src_game.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnomegames2/files/patch-blackjack_src_game.cpp b/games/gnomegames2/files/patch-blackjack_src_game.cpp
new file mode 100644
index 000000000..e99798100
--- /dev/null
+++ b/games/gnomegames2/files/patch-blackjack_src_game.cpp
@@ -0,0 +1,10 @@
+--- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005
++++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005
+@@ -24,6 +24,7 @@
+
+ #include <stdlib.h>
+ #include <string.h>
++#include <ctype.h>
+ #include <glib/gi18n.h>
+ #include <glib/gstdio.h>
+ #include <libxml/tree.h>