diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 18:59:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 18:59:15 +0000 |
commit | b87ad4546b2f3bcdc7375999ad6a1d4cd073ef28 (patch) | |
tree | 99872a533aa131dbcd453c8747431d3288e3bc37 /games/xevil/files/patch-cmn::game.h | |
parent | Try to make the package a little safer when handling gdk-pixbuf.loaders. It (diff) |
- Fix build on -current
PR: 58876
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=92985
Diffstat (limited to 'games/xevil/files/patch-cmn::game.h')
-rw-r--r-- | games/xevil/files/patch-cmn::game.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::game.h b/games/xevil/files/patch-cmn::game.h new file mode 100644 index 000000000000..ec1b32704c95 --- /dev/null +++ b/games/xevil/files/patch-cmn::game.h @@ -0,0 +1,12 @@ +--- cmn/game.h.dist Sat Mar 22 20:44:32 2003 ++++ cmn/game.h Sat Oct 25 21:40:54 2003 +@@ -35,7 +35,8 @@ + extern "C" { + #include <time.h> + } +-#include <iostream.h> ++#include <iostream> ++using namespace std; + #include "utils.h" + #include "ui.h" + #include "world.h" |