diff options
Diffstat (limited to 'games/xevil/files/patch-x11::main.cpp')
-rw-r--r-- | games/xevil/files/patch-x11::main.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-x11::main.cpp b/games/xevil/files/patch-x11::main.cpp new file mode 100644 index 000000000000..7bbf52f13fc6 --- /dev/null +++ b/games/xevil/files/patch-x11::main.cpp @@ -0,0 +1,12 @@ +--- x11/main.cpp.orig Sat Mar 22 20:52:14 2003 ++++ x11/main.cpp Sat Oct 25 21:47:04 2003 +@@ -33,7 +33,8 @@ + #include <X11/Xos.h> + } + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + + #include "utils.h" + #include "neth.h" |