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

--- x11/serverping.cpp.orig	2003-03-22 21:55:12.000000000 +0000
+++ x11/serverping.cpp
@@ -25,8 +25,9 @@
 // code and should be reasonably easy to compile on Windows.
 
 
-#include <iostream.h>
-#include <strstream.h>
+#include <iostream>
+#include <strstream>
+using namespace std;
 #include "utils.h"
 #include "streams.h"
 #include "xetp_basic.h"