]> git.pld-linux.org Git - packages/flac.git/blob - flac-gcc44.patch
c61b44fb50183e10c325023871c7bc20148c71d8
[packages/flac.git] / flac-gcc44.patch
1 diff -urN flac-1.2.1/examples/cpp/encode/file/main.cpp flac-1.2.1.new/examples/cpp/encode/file/main.cpp
2 --- flac-1.2.1/examples/cpp/encode/file/main.cpp        2007-09-13 17:58:03.000000000 +0200
3 +++ flac-1.2.1.new/examples/cpp/encode/file/main.cpp    2009-05-30 14:46:26.680924245 +0200
4 @@ -30,6 +30,7 @@
5  
6  #include <stdio.h>
7  #include <stdlib.h>
8 +#include <string.h>
9  #include "FLAC++/metadata.h"
10  #include "FLAC++/encoder.h"
11  
This page took 0.051817 seconds and 2 git commands to generate.