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
GSoC
GSoC2018
macOS
vlc
Commits
510db00d
Commit
510db00d
authored
Sep 22, 2005
by
gbazin
Browse files
* modules/misc/network/ipv6.c: EVC compilation fixes.
parent
dde1e10e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/network/ipv6.c
View file @
510db00d
...
...
@@ -28,18 +28,20 @@
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#include
<string.h>
#include
<errno.h>
#include
<fcntl.h>
#include
<vlc/vlc.h>
#include
<errno.h>
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#elif defined( _MSC_VER ) && defined( _WIN32 )
# include <io.h>
#endif
#ifdef WIN32
...
...
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