Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Opusfile
Commits
c0cc2def
Verified
Commit
c0cc2def
authored
Jun 24, 2020
by
Mark Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http: Fix build on Solaris/Illumos
parent
7c14e014
Pipeline
#2009
passed with stage
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/http.c
src/http.c
+3
-0
No files found.
src/http.c
View file @
c0cc2def
...
...
@@ -334,6 +334,9 @@ int SSL_CTX_set_default_verify_paths_win32(SSL_CTX *_ssl_ctx);
# else
/*Normal Berkeley sockets.*/
# ifndef BSD_COMP
# define BSD_COMP 1
/* for FIONREAD on Solaris/Illumos */
# endif
# include <sys/ioctl.h>
# include <sys/types.h>
# include <sys/socket.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment