summaryrefslogtreecommitdiff
path: root/emulators/swarm/patches/patch-aj
blob: b719fe18469bc8fbc418f5a6b25dbeb28c59be82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aj,v 1.2 2005/11/03 21:51:57 rillig Exp $

--- src/libc.cpp	2004/08/12 18:49:18	1.1
+++ src/libc.cpp	2004/08/12 18:50:21
@@ -31,12 +31,14 @@
 #endif
 #include <fcntl.h>
 
-#include <iostream.h>
+#include <iostream>
 #include <errno.h>
 #include <string.h>
 
 #include "swi.h"
 
+using namespace std;
+
 ///////////////////////////////////////////////////////////////////////////////
 // The gnuarm struct stat is in a different format to ours, so we need to 
 // get the data and then copy it field by field.