Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203635 | Differences between
and this patch

Collapse All | Expand All

(-)taglib-1.4-orig/bindings/c/tag_c.cpp (+2 lines)
Lines 21-26 Link Here
21
21
22
#include "tag_c.h"
22
#include "tag_c.h"
23
23
24
#include <cstring>
25
24
#include <fileref.h>
26
#include <fileref.h>
25
#include <tfile.h>
27
#include <tfile.h>
26
#include <vorbisfile.h>
28
#include <vorbisfile.h>
(-)taglib-1.4-orig/taglib/toolkit/tbytevector.cpp (+1 lines)
Lines 20-25 Link Here
20
 ***************************************************************************/
20
 ***************************************************************************/
21
21
22
#include <iostream>
22
#include <iostream>
23
#include <cstring>
23
24
24
#include <tstring.h>
25
#include <tstring.h>
25
#include <tdebug.h>
26
#include <tdebug.h>
(-)taglib-1.4-orig/taglib/toolkit/tfile.cpp (+4 lines)
Lines 27-32 Link Here
27
#include <sys/stat.h>
27
#include <sys/stat.h>
28
#include <unistd.h>
28
#include <unistd.h>
29
29
30
#include <cstdlib>
31
#include <cstring>
32
#include <climits>
33
30
using namespace TagLib;
34
using namespace TagLib;
31
35
32
class File::FilePrivate
36
class File::FilePrivate
(-)taglib-1.4-orig/taglib/toolkit/tstring.cpp (+4 lines)
Lines 25-30 Link Here
25
25
26
#include <iostream>
26
#include <iostream>
27
27
28
#include <cstdlib>
29
#include <cstring>
30
#include <climits>
31
28
namespace TagLib {
32
namespace TagLib {
29
33
30
  inline unsigned short byteSwap(unsigned short x)
34
  inline unsigned short byteSwap(unsigned short x)

Return to bug 203635