diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-13 01:58:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-13 01:58:45 +0800 |
commit | 03aed992f4dbb3b4058c2d94905de2ecb413d68b (patch) | |
tree | fa594c5e9d6ecf0429dd9dbf2c10e5135b48d530 /games/gnome-games/files/patch-blackjack_src_game.cpp | |
parent | 02a6350b95c7e9e20c0000697adbf889918c60d8 (diff) | |
download | marcuscom-ports-03aed992f4dbb3b4058c2d94905de2ecb413d68b.tar.gz marcuscom-ports-03aed992f4dbb3b4058c2d94905de2ecb413d68b.tar.zst marcuscom-ports-03aed992f4dbb3b4058c2d94905de2ecb413d68b.zip |
Update to 2.15.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6406 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/files/patch-blackjack_src_game.cpp')
-rw-r--r-- | games/gnome-games/files/patch-blackjack_src_game.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp new file mode 100644 index 000000000..e99798100 --- /dev/null +++ b/games/gnome-games/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> |