Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
libakode
gcc-4.3.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc-4.3.diff of Package libakode
--- akode/lib/auto_sink.cpp +++ akode/lib/auto_sink.cpp @@ -22,6 +22,7 @@ #include "auto_sink.h" #include <iostream> +#include <stdlib.h> namespace aKode { --- akode/lib/magic.cpp +++ akode/lib/magic.cpp @@ -22,6 +22,8 @@ #include "magic.h" #include "file.h" #include <iostream> +#include <cstring> + using std::cerr; namespace aKode { --- akode/lib/player.cpp +++ akode/lib/player.cpp @@ -21,6 +21,7 @@ #include <pthread.h> #include <semaphore.h> #include <assert.h> +#include <cstring> #include "audioframe.h" #include "audiobuffer.h" --- akode/akodeplay/akodeplay.cpp +++ akode/akodeplay/akodeplay.cpp @@ -31,6 +31,8 @@ #include <unistd.h> #endif +#include <stdlib.h> + using namespace std; using namespace aKode;
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