Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-libgit2
libgit2-0.22.2-mingw.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgit2-0.22.2-mingw.patch of Package mingw64-libgit2
diff --git a/src/openssl_stream.c b/src/openssl_stream.c index c02df0b..9ddf6e4 100644 --- a/src/openssl_stream.c +++ b/src/openssl_stream.c @@ -8,9 +8,6 @@ #ifdef GIT_SSL #include <ctype.h> -#include <sys/types.h> -#include <sys/socket.h> -#include <netinet/in.h> #include "global.h" #include "posix.h" @@ -19,6 +16,12 @@ #include "netops.h" #include "git2/transport.h" +#ifndef GIT_WIN32 +# include <sys/types.h> +# include <sys/socket.h> +# include <netinet/in.h> +#endif + #include <openssl/ssl.h> #include <openssl/err.h> #include <openssl/x509v3.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