Magellan Linux

Contents of /trunk/libofa/patches/libofa-0.9.3-gcc45.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1165 - (show annotations) (download)
Thu Sep 30 09:59:30 2010 UTC (13 years, 7 months ago) by niro
File size: 413 byte(s)
added gcc-4.5 patch
1 diff -Naur libofa-0.9.3/examples/example.cpp libofa-0.9.3-magellan/examples/example.cpp
2 --- libofa-0.9.3/examples/example.cpp 2010-09-30 12:05:39.000000000 +0200
3 +++ libofa-0.9.3-magellan/examples/example.cpp 2010-09-30 12:05:56.000000000 +0200
4 @@ -10,6 +10,7 @@
5 #include "protocol.h"
6
7 #include <string.h>
8 +#include <stdio.h>
9
10 AudioData* loadWaveFile(char *file);
11 AudioData* loadDataUsingLAME(char *file);