Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
libfreebob
> libfreebob-include-fix.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libfreebob-include-fix.diff of Package libfreebob
--- src/libfreebobavc/avc_extended_plug_info.cpp.orig 2008-06-22 18:58:30.000000000 +0200 +++ src/libfreebobavc/avc_extended_plug_info.cpp 2008-06-22 19:56:52.000000000 +0200 @@ -24,7 +24,8 @@ #include <netinet/in.h> #include <iostream> - +#include <string.h> +#include <stdlib.h> using namespace std; ///////////////////////////////////////// --- src/libfreebobavc/avc_generic.cpp.orig 2008-06-22 20:06:30.000000000 +0200 +++ src/libfreebobavc/avc_generic.cpp 2008-06-22 20:20:53.000000000 +0200 @@ -23,7 +23,8 @@ #include "ieee1394service.h" #include <netinet/in.h> - +#include <string.h> +#include <stdlib.h> #define DEBUG_EXTRA_VERBOSE 2 int AVCCommand::m_time = 0; --- tests/test-extplugcmd.cpp.orig 2008-06-22 20:59:50.000000000 +0200 +++ tests/test-extplugcmd.cpp 2008-06-22 21:00:23.000000000 +0200 @@ -24,7 +24,8 @@ #include "libfreebobavc/ieee1394service.h" #include <argp.h> - +#include <stdlib.h> +#include <string.h> using namespace std; ////////////////////////////////////////////////