Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
cd6fc843
Commit
cd6fc843
authored
Jan 24, 2008
by
Rémi Denis-Courmont
Browse files
Missing #include on Win32
parent
01eab698
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cd6fc843
...
...
@@ -533,6 +533,7 @@ ac_cv_type_socklen_t,
[#include <sys/types.h>
#ifdef WIN32
# include <winsock2.h>
# include <ws2tcpip.h>
#else
# include <sys/socket.h>
#endif]], [[socklen_t len; len = 0;]])],
...
...
Write
Preview
Supports
Markdown
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