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

16 lines
344 B
Plaintext

$OpenBSD: patch-cmn_game_h,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- cmn/game.h.orig Fri Dec 7 14:02:32 2007
+++ cmn/game.h Fri Dec 7 14:03:58 2007
@@ -35,7 +35,10 @@
extern "C" {
#include <time.h>
}
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
+
#include "utils.h"
#include "ui.h"
#include "world.h"