Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1794 - (hide annotations) (download)
Mon Jun 4 19:20:56 2012 UTC (12 years ago) by niro
File size: 262 byte(s)
-added missing patch
1 niro 1794 --- 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>