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

19 lines
378 B
Plaintext

$OpenBSD: patch-cmn_role_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- cmn/role.cpp.orig Fri Dec 7 14:00:38 2007
+++ cmn/role.cpp Fri Dec 7 14:05:43 2007
@@ -29,9 +29,12 @@
#include "stdafx.h"
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
+
#if X11
-#include <strstream.h>
+#include <strstream>
#include <time.h>
#endif
#if WIN32