]> git.sesse.net Git - vlc/blobdiff - src/network/tcp.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / network / tcp.c
index 20a31d5c4fed6c914672dda3aeb45ea7aada4f67..87bcdb26ab0d83f6c2f7b14ec5c3dbc74848c4a0 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <errno.h>
 #include <assert.h>