]> git.sesse.net Git - vlc/blobdiff - src/audio_output/intf.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / audio_output / intf.c
index 8bc68be1b5b7c2edd5ef1a91c7fd358e95cdcf0b..983f75950ede440efc10668a9f30d5f656469d2e 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <stdio.h>
 #include <stdlib.h>                            /* calloc(), malloc(), free() */