]> git.sesse.net Git - vlc/blobdiff - src/input/vlm.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / input / vlm.c
index 6c00d7f9d37c7df83f8d0554899b0cf2b21517d1..60e96ce0225b9529142abbef628b8ab007ff05d1 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <stdio.h>
 #include <ctype.h>                                              /* tolower() */