]> git.pld-linux.org Git - packages/gccxml.git/blob - gccxml-includes.patch
- initial; unfortunately the last release doesn't work properly with gcc 4.9+
[packages/gccxml.git] / gccxml-includes.patch
1 --- gccxml-0.6.0/GCC_XML/KWSys/SystemTools.cxx.orig     2004-02-04 23:50:19.000000000 +0100
2 +++ gccxml-0.6.0/GCC_XML/KWSys/SystemTools.cxx  2015-10-06 22:07:00.491875951 +0200
3 @@ -26,6 +26,7 @@
4  #include <sys/stat.h>
5  #include <ctype.h>
6  #include <errno.h>
7 +#include <string.h>
8  #include <time.h>
9  
10  // support for realpath call
11 --- gccxml-0.6.0/GCC_XML/GXFront/gxConfiguration.cxx.orig       2004-02-04 23:50:19.000000000 +0100
12 +++ gccxml-0.6.0/GCC_XML/GXFront/gxConfiguration.cxx    2015-10-06 22:12:09.615196312 +0200
13 @@ -16,6 +16,8 @@
14  =========================================================================*/
15  #include "gxConfiguration.h"
16  
17 +#include <string.h>
18 +
19  //----------------------------------------------------------------------------
20  const char* gxConfigurationVc6Registry =
21  "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\"
This page took 0.086215 seconds and 3 git commands to generate.