openbsd-ports/games/xevil/patches/patch-x11_main_cpp

16 lines
357 B
Plaintext
Raw Normal View History

$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"