Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
ushare
includes-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File includes-fix.patch of Package ushare
--- src/cds.c | 2 ++ src/cms.c | 1 + src/http.c | 1 + src/mime.c | 1 + src/presentation.c | 2 ++ src/services.c | 1 + 6 files changed, 8 insertions(+) --- a/src/cds.c +++ b/src/cds.c @@ -19,7 +19,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <stdio.h> #include <stdlib.h> +#include <string.h> #include <upnp/upnp.h> #include <upnp/upnptools.h> --- a/src/cms.c +++ b/src/cms.c @@ -20,6 +20,7 @@ */ #include <stdlib.h> +#include <string.h> #include <upnp/upnp.h> #include <upnp/upnptools.h> --- a/src/http.c +++ b/src/http.c @@ -25,6 +25,7 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <errno.h> --- a/src/mime.c +++ b/src/mime.c @@ -19,6 +19,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <stdio.h> #include <stdlib.h> #include <string.h> --- a/src/presentation.c +++ b/src/presentation.c @@ -18,7 +18,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <stdio.h> #include <stdlib.h> +#include <string.h> #if HAVE_LANGINFO_CODESET # include <langinfo.h> --- a/src/services.c +++ b/src/services.c @@ -20,6 +20,7 @@ */ #include <stdlib.h> +#include <string.h> #include <upnp/upnp.h> #include <upnp/upnptools.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