]> git.pld-linux.org Git - packages/audiere.git/blob - gcc44.patch
- add gcc44 fixes
[packages/audiere.git] / gcc44.patch
1 --- audiere-1.9.4/src/audiere.h~        2006-02-14 06:57:01.000000000 +0200
2 +++ audiere-1.9.4/src/audiere.h 2009-11-13 13:27:45.906478378 +0200
3 @@ -28,6 +28,7 @@
4  
5  #include <vector>
6  #include <string>
7 +#include <string.h>
8  
9  #ifdef _MSC_VER
10  #pragma warning(disable : 4786)
11 --- audiere-1.9.4/src/debug.cpp~        2006-02-14 06:57:01.000000000 +0200
12 +++ audiere-1.9.4/src/debug.cpp 2009-11-13 13:29:22.888687932 +0200
13 @@ -1,6 +1,7 @@
14  #ifdef WIN32
15    #include <windows.h>
16  #endif
17 +#include <stdlib.h>
18  
19  #include "debug.h"
20  
21 --- audiere-1.9.4/src/utility.cpp~      2006-02-14 06:57:01.000000000 +0200
22 +++ audiere-1.9.4/src/utility.cpp       2009-11-13 13:30:32.135628668 +0200
23 @@ -4,6 +4,7 @@
24  
25  
26  #include <ctype.h>
27 +#include <stdio.h>
28  #include "utility.h"
29  #include "internal.h"
30  
This page took 0.056293 seconds and 3 git commands to generate.