openbsd-ports/games/xevil/patches/patch-x11_panel_cpp
ajacoutot 332a050729 - update to xevil-2.02r2
- fix HOMEPAGE and MASTER_SITES
2007-12-07 15:54:56 +00:00

18 lines
435 B
Plaintext

$OpenBSD: patch-x11_panel_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- x11/panel.cpp.orig Sat Mar 22 20:50:44 2003
+++ x11/panel.cpp Fri Dec 7 13:34:24 2007
@@ -31,9 +31,11 @@ extern "C" {
#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"
#include "panel.h"