Add libcroco css parsing library package
[openwrt/svn-archive/archive.git] / libs / id3lib / patches / 100-missing_include.patch
1 diff -urN id3lib-3.8.3/include/id3/id3lib_strings.h id3lib-3.8.3.new/include/id3/id3lib_strings.h
2 --- id3lib-3.8.3/include/id3/id3lib_strings.h 2003-03-02 01:23:00.000000000 +0100
3 +++ id3lib-3.8.3.new/include/id3/id3lib_strings.h 2007-08-28 12:08:44.000000000 +0200
4 @@ -30,6 +30,7 @@
5 #define _ID3LIB_STRINGS_H_
6
7 #include <string>
8 +#include <streambuf>
9
10 #if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
11 namespace std