diff options
Diffstat (limited to 'games/xevil/files/patch-x11::serverping.cpp')
-rw-r--r-- | games/xevil/files/patch-x11::serverping.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/files/patch-x11::serverping.cpp b/games/xevil/files/patch-x11::serverping.cpp new file mode 100644 index 000000000000..35808396f183 --- /dev/null +++ b/games/xevil/files/patch-x11::serverping.cpp @@ -0,0 +1,14 @@ +--- x11/serverping.cpp.orig Sat Mar 22 21:55:12 2003 ++++ x11/serverping.cpp Sat Oct 25 21:48:03 2003 +@@ -25,8 +25,9 @@ + // code and should be reasonably easy to compile on Windows. + + +-#include <iostream.h> +-#include <strstream.h> ++#include <iostream> ++#include <strstream> ++using namespace std; + #include "utils.h" + #include "streams.h" + #include "xetp_basic.h" |