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