$NetBSD: patch-ah,v 1.1 2004/08/12 19:59:51 agc Exp $

--- src/armproc.h	2004/08/12 18:45:56	1.1
+++ src/armproc.h	2004/08/12 18:46:08
@@ -29,7 +29,7 @@
 #include "core.h"
 #include "cache.h"
 #include "swi.h"
-#include <iostream.h>
+#include <iostream>
 #include "copro.h"
 
 #include "ostimer.h"
@@ -37,6 +37,8 @@
 #include "lcdctrl.h"
 #include "uartctrl.h"
 
+using namespace std;
+
 enum PPROC {P_NORMAL, P_READING1, P_READING, P_WRITING1, P_INTWRITE};
 
 typedef struct POTAG
