]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/flac-1.2.1-gcc43.patch
Merge remote-tracking branch 'alfh/feature_htmlclean_removefont' into next
[people/teissler/ipfire-2.x.git] / src / patches / flac-1.2.1-gcc43.patch
1 diff -up flac-1.2.1/examples/cpp/encode/file/main.cpp.gcc43 flac-1.2.1/examples/cpp/encode/file/main.cpp
2 --- flac-1.2.1/examples/cpp/encode/file/main.cpp.gcc43 2007-09-13 17:58:03.000000000 +0200
3 +++ flac-1.2.1/examples/cpp/encode/file/main.cpp 2008-01-08 10:27:39.000000000 +0100
4 @@ -29,6 +29,7 @@
5 #endif
6
7 #include <stdio.h>
8 +#include <string.h>
9 #include <stdlib.h>
10 #include "FLAC++/metadata.h"
11 #include "FLAC++/encoder.h"