summaryrefslogtreecommitdiff
path: root/emulators/swarm/patches/patch-ah
blob: 42ac234a9dcb8493f8d132d7a1d36da7ceacc810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ah,v 1.1 2004/08/12 19:59:51 agc Exp $

--- armproc.h	2004/08/12 18:45:56	1.1
+++ 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