aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freenx/nxcompsh/iostream.patch
blob: 2326fc5ef5fd2d72fa23295815ad9a79ba5cffe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: nxcompsh/Misc.h
===================================================================
--- nxcompsh.orig/Misc.h
+++ nxcompsh/Misc.h
@@ -18,7 +18,8 @@
 #ifndef Misc_H
 #define Misc_H
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 #include <errno.h>
 #include <string.h>