Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ec08d03d
Commit
ec08d03d
authored
May 23, 2005
by
Rémi Denis-Courmont
Browse files
Windows CE compile fix attempt
parent
413b31ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/ftp.c
View file @
ec08d03d
...
...
@@ -31,6 +31,13 @@
#include
<vlc/input.h>
#include
"network.h"
#if defined( UNDER_CE )
# include <winsock.h>
#elif defined( WIN32 )
# include <winsock2.h>
#else
# include <sys/socket.h>
#endif
/*****************************************************************************
* Module descriptor
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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