]> git.sesse.net Git - vlc/blobdiff - src/modules/cache.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / modules / cache.c
index cc887e9b3499ea6a2d25177219994ae8b69819ba..50800081b042211fdf24e4e214385a37fdc5dbad 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include "libvlc.h"
 
 #include <stdlib.h>                                      /* free(), strtol() */