]> git.sesse.net Git - vlc/blobdiff - src/input/vlmshell.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / input / vlmshell.c
index 6d50926e07f0f0c1162f58ed012ff8d44588d7a4..a3ce6542aa6b217d86c51f0dc831dbaa1e2fbb5d 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() */