pkgsrc/emulators/swarm/patches/patch-ah
2005-11-03 21:51:57 +00:00

22 lines
485 B
Text

$NetBSD: patch-ah,v 1.2 2005/11/03 21:51:57 rillig 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