diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-18 11:25:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-18 11:25:51 +0000 |
commit | c8f26211d7c759b801203f44f5fbefd4a52ae14b (patch) | |
tree | 55354b7e22476bef570b91e1f1df4e61ddb5c772 /games/gma/files/patch-moves.h | |
parent | Back out previous commit; the port was fixed already (diff) |
make it build again
Notes
Notes:
svn path=/head/; revision=81213
Diffstat (limited to 'games/gma/files/patch-moves.h')
-rw-r--r-- | games/gma/files/patch-moves.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gma/files/patch-moves.h b/games/gma/files/patch-moves.h new file mode 100644 index 000000000000..285c9e2bff86 --- /dev/null +++ b/games/gma/files/patch-moves.h @@ -0,0 +1,11 @@ +--- src/moves.h.orig Sun May 18 19:18:04 2003 ++++ src/moves.h Sun May 18 19:18:19 2003 +@@ -24,7 +24,7 @@ + + #include "pattern.h" + +-#include <stl.h> ++#include <map.h> + + class Moves:map<Pattern,int> + { |