]> git.sesse.net Git - vlc/blobdiff - src/audio_output/mixer.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / audio_output / mixer.c
index 7f1c2ad2eb1e1e411120fa863fe47ff76b94c24e..a1bc8bc5c69d73350b2638c9f10e3af5049836ad 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #include <stddef.h>
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #ifdef HAVE_ALLOCA_H
 #   include <alloca.h>