]> git.sesse.net Git - vlc/blobdiff - src/input/decoder_synchro.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / input / decoder_synchro.c
index 4b12a268a11fd71e3931d91c1d7ff69b98e0674a..cfa67d8cf903e9bb18766c676b943d0a1c572ca9 100644 (file)
@@ -98,7 +98,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_input.h>
 #include <vlc_codec.h>
 #include <vlc_codec_synchro.h>