diff options
Diffstat (limited to 'games/xevil/files/patch-x11::viewport.cpp')
-rw-r--r-- | games/xevil/files/patch-x11::viewport.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-x11::viewport.cpp b/games/xevil/files/patch-x11::viewport.cpp new file mode 100644 index 000000000000..8e6c18d80306 --- /dev/null +++ b/games/xevil/files/patch-x11::viewport.cpp @@ -0,0 +1,12 @@ +--- x11/viewport.cpp.orig Wed Jan 19 12:54:14 2000 ++++ x11/viewport.cpp Sat Oct 25 21:49:00 2003 +@@ -44,7 +44,8 @@ + #include <X11/Xos.h> + #include <X11/keysym.h> + } +-#include <strstream.h> ++#include <strstream> ++using namespace std; + + + #define TICK_BORDER_WIDTH 5 // border width big enough for a tick mark. |