updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / audiere / gcc-4.4.patch
blob528e1ba9e17f08356e109b6ffd5ae198d29fb80e
1 diff -Naur audiere-1.9.4.orig//src/audiere.h audiere-1.9.4.new//src/audiere.h
2 --- audiere-1.9.4.orig//src/audiere.h 2010-04-02 15:58:56.000000000 +0200
3 +++ audiere-1.9.4.new//src/audiere.h 2010-04-02 16:00:52.000000000 +0200
4 @@ -28,6 +28,7 @@
6 #include <vector>
7 #include <string>
8 +#include <cstring>
10 #ifdef _MSC_VER
11 #pragma warning(disable : 4786)
12 diff -Naur audiere-1.9.4.orig//src/debug.h audiere-1.9.4.new//src/debug.h
13 --- audiere-1.9.4.orig//src/debug.h 2010-04-02 15:58:56.000000000 +0200
14 +++ audiere-1.9.4.new//src/debug.h 2010-04-02 16:01:39.000000000 +0200
15 @@ -5,7 +5,7 @@
16 #include <assert.h>
17 #include <stdio.h>
18 #include <string>
20 +#include <cstdlib>
22 namespace audiere {
24 diff -Naur audiere-1.9.4.orig//src/utility.cpp audiere-1.9.4.new//src/utility.cpp
25 --- audiere-1.9.4.orig//src/utility.cpp 2010-04-02 15:58:56.000000000 +0200
26 +++ audiere-1.9.4.new//src/utility.cpp 2010-04-02 16:00:52.000000000 +0200
27 @@ -4,6 +4,7 @@
30 #include <ctype.h>
31 +#include <cstdio>
32 #include "utility.h"
33 #include "internal.h"