]> git.sesse.net Git - vlc/blobdiff - src/network/poll.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / network / poll.c
index 3fb441319c1ea1d2d1a9b2cafa64f82929a4aad3..df92479e0334a283c6539a669372001a8780df0e 100644 (file)
@@ -25,7 +25,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #ifndef HAVE_POLL
 #include <string.h>