]> git.sesse.net Git - vlc/blobdiff - src/network/winsock.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / network / winsock.c
index a5a718a030772957d8472f88ec2104099935f8f2..ac01bc9978759dde1117af74e9b38957e8bec50b 100644 (file)
@@ -22,7 +22,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <errno.h>
 #include <vlc_network.h>