summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::physical.cpp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-03 18:59:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-03 18:59:15 +0000
commitb87ad4546b2f3bcdc7375999ad6a1d4cd073ef28 (patch)
tree99872a533aa131dbcd453c8747431d3288e3bc37 /games/xevil/files/patch-cmn::physical.cpp
parentTry 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::physical.cpp')
-rw-r--r--games/xevil/files/patch-cmn::physical.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::physical.cpp b/games/xevil/files/patch-cmn::physical.cpp
new file mode 100644
index 000000000000..5fac9455b1ac
--- /dev/null
+++ b/games/xevil/files/patch-cmn::physical.cpp
@@ -0,0 +1,16 @@
+--- cmn/physical.cpp.orig Wed Jan 19 20:38:14 2000
++++ cmn/physical.cpp Sat Oct 25 21:43:15 2003
+@@ -33,10 +33,11 @@
+ // Include Files
+ #include "xdata.h"
+ #include "physical.h"
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+
+ #if X11
+-#include <strstream.h>
++#include <strstream>
+ #endif
+ #if WIN32
+ #include <strstrea.h>