]> git.sesse.net Git - vlc/blobdiff - src/misc/messages.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / misc / messages.c
index 2e7fa5be78add8280b48ec1fb9264615a5ad3491..be832c65c87fba5ec3ea54be0cd2c8e3768f2059 100644 (file)
@@ -32,7 +32,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <stdarg.h>                                       /* va_list for BSD */