]> git.sesse.net Git - vlc/blobdiff - src/input/access.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / input / access.c
index 3052f92fc66d06eff9754bf04a31a842a69481be..49c6fd93ddce5fcd71ab5e295f941065befa1665 100644 (file)
@@ -25,7 +25,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include "input_internal.h"