blob: dc0fe345c44ec5fcfa02335f142cc96a4e00aad5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-cmn_game.h,v 1.1 2011/11/27 19:43:33 joerg Exp $
--- cmn/game.h.orig 2011-11-27 02:22:18.000000000 +0000
+++ cmn/game.h
@@ -35,7 +35,7 @@
extern "C" {
#include <time.h>
}
-#include <iostream.h>
+#include <iostream>
#include "utils.h"
#include "ui.h"
#include "world.h"
|