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

14 lines
328 B
Plaintext

$OpenBSD: patch-cmn_game_style_h,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- cmn/game_style.h.orig Sat Mar 22 20:22:30 2003
+++ cmn/game_style.h Fri Dec 7 14:14:33 2007
@@ -31,7 +31,8 @@
#endif
#if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#endif
#if WIN32
#include <strstrea.h>