Commit ec08d03d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Windows CE compile fix attempt

parent 413b31ee
...@@ -31,6 +31,13 @@ ...@@ -31,6 +31,13 @@
#include <vlc/input.h> #include <vlc/input.h>
#include "network.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 * Module descriptor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment