$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.
