summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ap
blob: 73536261f459797fcdc4ed0d624844cbd4f3e3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ap,v 1.2 2011/11/27 19:43:33 joerg Exp $

--- x11/panel.cpp.orig	2003-03-22 20:50:44.000000000 +0000
+++ x11/panel.cpp
@@ -31,8 +31,9 @@ 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"