Fix id3lib compilation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8516 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
794004048d
commit
a77949e7c3
11
libs/id3lib/patches/100-missing_include.patch
Normal file
11
libs/id3lib/patches/100-missing_include.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -urN id3lib-3.8.3/include/id3/id3lib_strings.h id3lib-3.8.3.new/include/id3/id3lib_strings.h
|
||||
--- id3lib-3.8.3/include/id3/id3lib_strings.h 2003-03-02 01:23:00.000000000 +0100
|
||||
+++ id3lib-3.8.3.new/include/id3/id3lib_strings.h 2007-08-28 12:08:44.000000000 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#define _ID3LIB_STRINGS_H_
|
||||
|
||||
#include <string>
|
||||
+#include <streambuf>
|
||||
|
||||
#if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
|
||||
namespace std
|
Loading…
x
Reference in New Issue
Block a user