Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 264464
Collapse All | Expand All

(-)amarok-1.4.10-orig/amarok/src/metadata/audible/audibleproperties.cpp (+2 lines)
Lines 31-36 Link Here
31
31
32
#include <netinet/in.h> // ntohl
32
#include <netinet/in.h> // ntohl
33
33
34
#include <stdio.h>
35
34
using namespace TagLib;
36
using namespace TagLib;
35
37
36
38
(-)amarok-1.4.10-orig/amarok/src/metadata/audible/audibletag.cpp (+1 lines)
Lines 30-35 Link Here
30
#include <netinet/in.h> // ntohl
30
#include <netinet/in.h> // ntohl
31
#include <stdlib.h>
31
#include <stdlib.h>
32
#include <string.h>
32
#include <string.h>
33
#include <stdio.h>
33
34
34
using namespace TagLib;
35
using namespace TagLib;
35
36
(-)amarok-1.4.10-orig/amarok/src/metadata/audible/taglib_audiblefile.cpp (+2 lines)
Lines 29-34 Link Here
29
#include <taglib/tfile.h>
29
#include <taglib/tfile.h>
30
#include <taglib/audioproperties.h>
30
#include <taglib/audioproperties.h>
31
31
32
#include <stdio.h>
33
32
namespace TagLib {
34
namespace TagLib {
33
////////////////////////////////////////////////////////////////////////////////
35
////////////////////////////////////////////////////////////////////////////////
34
// public members
36
// public members
(-)amarok-1.4.10-orig/amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp (+1 lines)
Lines 23-28 Link Here
23
#include "taglib_audiblefile.h"
23
#include "taglib_audiblefile.h"
24
24
25
#include <string.h>
25
#include <string.h>
26
#include <stdio.h>
26
27
27
TagLib::File *AudibleFileTypeResolver::createFile(const char *fileName,
28
TagLib::File *AudibleFileTypeResolver::createFile(const char *fileName,
28
        bool readProperties,
29
        bool readProperties,
(-)amarok-1.4.10-orig/amarok/src/metadata/wav/wavfile.cpp (+2 lines)
Lines 29-34 Link Here
29
#include <taglib/audioproperties.h>
29
#include <taglib/audioproperties.h>
30
#include <taglib/tag.h>
30
#include <taglib/tag.h>
31
31
32
#include <stdio.h>
33
32
namespace TagLib {
34
namespace TagLib {
33
////////////////////////////////////////////////////////////////////////////////
35
////////////////////////////////////////////////////////////////////////////////
34
// public members
36
// public members
(-)amarok-1.4.10-orig/amarok/src/metadata/wav/wavproperties.cpp (+2 lines)
Lines 31-36 Link Here
31
31
32
#include <netinet/in.h> // ntohl
32
#include <netinet/in.h> // ntohl
33
33
34
#include <stdio.h>
35
34
using namespace TagLib;
36
using namespace TagLib;
35
37
36
struct WavHeader
38
struct WavHeader
(-)amarok-1.4.10-orig/amarok/src/metadata/wav/wavfiletyperesolver.cpp (+1 lines)
Lines 23-28 Link Here
23
#include "wavfile.h"
23
#include "wavfile.h"
24
24
25
#include <string.h>
25
#include <string.h>
26
#include <stdio.h>
26
27
27
TagLib::File *WavFileTypeResolver::createFile(const char *fileName,
28
TagLib::File *WavFileTypeResolver::createFile(const char *fileName,
28
        bool readProperties,
29
        bool readProperties,
(-)amarok-1.4.10-orig/amarok/src/metabundlesaver.cpp (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
#include <stdlib.h>
7
#include <stdlib.h>
8
#include <unistd.h>
8
#include <unistd.h>
9
#include <stdio.h>
9
#include <cstdio>
10
#include <time.h>
10
#include <time.h>
11
#include <sys/time.h>
11
#include <sys/time.h>
12
#include <sys/types.h>
12
#include <sys/types.h>

Return to bug 264464