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

16 lines
357 B
Plaintext

$OpenBSD: patch-x11_main_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- x11/main.cpp.orig Fri Dec 7 13:33:56 2007
+++ x11/main.cpp Fri Dec 7 13:34:14 2007
@@ -33,8 +33,10 @@ extern "C" {
#include <X11/Xos.h>
}
-#include <iostream.h>
+#include <iostream>
+using namespace std;
+
#include "utils.h"
#include "neth.h"
#include "game.h"