Magellan Linux

Annotation of /trunk/nxclient/patches/nxcompsh-3.4.0-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1020 - (hide annotations) (download)
Tue Apr 20 14:52:40 2010 UTC (14 years, 2 months ago) by niro
File size: 262 byte(s)
added patches

1 niro 1020 --- Misc.h~ 2008-07-23 11:59:58.000000000 -0600
2     +++ Misc.h 2008-07-23 12:00:16.000000000 -0600
3     @@ -18,7 +18,8 @@
4     #ifndef Misc_H
5     #define Misc_H
6    
7     -#include <iostream.h>
8     +#include <iostream>
9     +using namespace std;
10    
11     #include <errno.h>
12     #include <string.h>