a70e461c00
* honor CXXFLAGS
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
$OpenBSD: patch-ui_C,v 1.1 2004/01/24 23:06:35 naddy Exp $
|
|
--- ui.C.orig 1996-06-03 22:05:56.000000000 +0200
|
|
+++ ui.C 2004-01-24 23:42:23.000000000 +0100
|
|
@@ -42,7 +42,9 @@ extern "C"
|
|
}
|
|
|
|
#include <iostream.h>
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+
|
|
+using namespace std;
|
|
|
|
#include "coord.h"
|
|
#include "ui.h"
|