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

16 lines
371 B
Plaintext

$OpenBSD: patch-x11_xdata_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- x11/xdata.cpp.orig Fri Dec 7 13:35:03 2007
+++ x11/xdata.cpp Fri Dec 7 13:35:20 2007
@@ -30,7 +30,10 @@
#include "xdata.h"
#include "area.h"
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
+
#include <X11/Xutil.h>
#include <X11/xpm.h>
#include <X11/Xatom.h>