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

18 lines
456 B
Plaintext

$OpenBSD: patch-x11_serverping_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- x11/serverping.cpp.orig Sat Mar 22 21:55:12 2003
+++ x11/serverping.cpp Fri Dec 7 13:34:36 2007
@@ -25,8 +25,11 @@
// 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"