diff options
Diffstat (limited to 'recipes/freenx/nxcompsh')
-rw-r--r-- | recipes/freenx/nxcompsh/iostream.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/freenx/nxcompsh/iostream.patch b/recipes/freenx/nxcompsh/iostream.patch new file mode 100644 index 0000000000..2326fc5ef5 --- /dev/null +++ b/recipes/freenx/nxcompsh/iostream.patch @@ -0,0 +1,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> |