diff options
Diffstat (limited to 'games/xevil/files/patch-x11::xdata.cpp')
-rw-r--r-- | games/xevil/files/patch-x11::xdata.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-x11::xdata.cpp b/games/xevil/files/patch-x11::xdata.cpp new file mode 100644 index 000000000000..71a6cf73e5b3 --- /dev/null +++ b/games/xevil/files/patch-x11::xdata.cpp @@ -0,0 +1,12 @@ +--- x11/xdata.cpp.orig Wed Jan 19 12:54:14 2000 ++++ x11/xdata.cpp Sat Oct 25 21:49:26 2003 +@@ -30,7 +30,8 @@ + #include "xdata.h" + #include "area.h" + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + #include <X11/Xutil.h> + #include <X11/xpm.h> + #include <X11/Xatom.h> |