squid: update to 6.13
[openadk.git] / package / id3lib / patches / patch-include_id3_id3lib_strings_h
blob6f2b9f7a7629b4789c25f5f55e9555c1bbce1ca1
1 $Id$
2 --- id3lib-3.8.3.orig/include/id3/id3lib_strings.h      2003-03-02 01:23:00.000000000 +0100
3 +++ id3lib-3.8.3/include/id3/id3lib_strings.h   2009-11-19 23:07:55.000000000 +0100
4 @@ -30,6 +30,7 @@
5  #define _ID3LIB_STRINGS_H_
6  
7  #include <string>
8 +#include <cstring>
9  
10  #if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
11  namespace std
12 @@ -41,8 +42,8 @@ namespace std
13        // Unsigned as wint_t in unsigned.
14        typedef unsigned long    int_type;
15        typedef streampos        pos_type;
16 -      typedef streamoff        off_type;
17 -      typedef mbstate_t        state_type;
18 +      //typedef streamoff      off_type;
19 +      //typedef mbstate_t      state_type;
21        static void
22        assign(char_type& __c1, const char_type& __c2)