diff options
Diffstat (limited to 'games/xevil/files/patch-x11::panel.cpp')
-rw-r--r-- | games/xevil/files/patch-x11::panel.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/files/patch-x11::panel.cpp b/games/xevil/files/patch-x11::panel.cpp new file mode 100644 index 000000000000..fb0cd883ffcf --- /dev/null +++ b/games/xevil/files/patch-x11::panel.cpp @@ -0,0 +1,14 @@ +--- x11/panel.cpp.orig Sat Mar 22 20:50:44 2003 ++++ x11/panel.cpp Sat Oct 25 21:47:34 2003 +@@ -31,8 +31,9 @@ + #include <X11/Xutil.h> + #include <X11/keysym.h> + } +-#include <iostream.h> +-#include <strstream.h> ++#include <iostream> ++#include <strstream> ++using namespace std; + + #include "utils.h" + #include "xdata.h" |