Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
kde3-amarok
gcc-44.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc-44.diff of Package kde3-amarok
--- amarok/src/metadata/audible/audibleproperties.cpp 2009/05/23 06:45:22 1.1 +++ amarok/src/metadata/audible/audibleproperties.cpp 2009/05/23 06:45:37 @@ -29,6 +29,8 @@ #include "taglib_audiblefile.h" +#include <cstdio> + #include <netinet/in.h> // ntohl using namespace TagLib; --- amarok/src/metadata/audible/audibletag.cpp 2009/05/23 07:20:50 1.1 +++ amarok/src/metadata/audible/audibletag.cpp 2009/05/23 07:21:02 @@ -30,6 +30,7 @@ #include <netinet/in.h> // ntohl #include <stdlib.h> #include <string.h> +#include <cstdio> using namespace TagLib; --- amarok/src/metadata/audible/taglib_audiblefile.cpp 2009/05/23 07:24:20 1.1 +++ amarok/src/metadata/audible/taglib_audiblefile.cpp 2009/05/23 07:24:30 @@ -28,6 +28,7 @@ #include "audibletag.h" #include <taglib/tfile.h> #include <taglib/audioproperties.h> +#include <cstdio> namespace TagLib { //////////////////////////////////////////////////////////////////////////////// --- amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp 2009/05/23 07:27:54 1.1 +++ amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp 2009/05/23 07:28:08 @@ -23,6 +23,7 @@ #include "taglib_audiblefile.h" #include <string.h> +#include <cstdio> TagLib::File *AudibleFileTypeResolver::createFile(const char *fileName, bool readProperties, --- amarok/src/metadata/wav/wavproperties.cpp 2009/05/23 07:31:35 1.1 +++ amarok/src/metadata/wav/wavproperties.cpp 2009/05/23 07:31:51 @@ -31,6 +31,8 @@ #include <netinet/in.h> // ntohl +#include <cstdio> + using namespace TagLib; struct WavHeader --- amarok/src/metadata/wav/wavfile.cpp 2009/05/23 07:33:39 1.1 +++ amarok/src/metadata/wav/wavfile.cpp 2009/05/23 07:33:50 @@ -29,6 +29,8 @@ #include <taglib/audioproperties.h> #include <taglib/tag.h> +#include <cstdio> + namespace TagLib { //////////////////////////////////////////////////////////////////////////////// // public members --- amarok/src/metadata/wav/wavfiletyperesolver.cpp 2009/05/23 07:34:37 1.1 +++ amarok/src/metadata/wav/wavfiletyperesolver.cpp 2009/05/23 07:34:46 @@ -23,6 +23,7 @@ #include "wavfile.h" #include <string.h> +#include <cstdio> TagLib::File *WavFileTypeResolver::createFile(const char *fileName, bool readProperties, --- amarok/src/metabundlesaver.cpp 2009/05/23 07:38:30 1.1 +++ amarok/src/metabundlesaver.cpp 2009/05/23 07:39:49 @@ -11,6 +11,8 @@ #include <sys/time.h> #include <sys/types.h> #include <fcntl.h> +#include <cstdio> + #include "amarok.h" #include "amarokconfig.h"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor