332a050729
- fix HOMEPAGE and MASTER_SITES
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
$OpenBSD: patch-cmn_game_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
|
|
--- cmn/game.cpp.orig Sat Mar 22 22:20:00 2003
|
|
+++ cmn/game.cpp Fri Dec 7 14:14:11 2007
|
|
@@ -34,7 +34,8 @@ extern "C" {
|
|
}
|
|
|
|
#if X11
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+using namespace std;
|
|
#endif
|
|
#if WIN32
|
|
#include <strstrea.h>
|