summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-at
blob: 9c69b7e322829ccda5fe1fe1accea2d7c0879056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-at,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $

--- x11/serverping.cpp.orig	2003-11-27 15:33:36.000000000 -0800
+++ x11/serverping.cpp	2003-11-27 15:33:48.000000000 -0800
@@ -26,7 +26,8 @@
 
 
 #include <iostream.h>
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #include "utils.h"
 #include "streams.h"
 #include "xetp_basic.h"