]> git.sesse.net Git - vlc/blobdiff - src/test/dictionary.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / test / dictionary.c
index 749d4e8d638a56d78afecf5c36f1df3994c4e49d..b0d9644b7b0135f7bc17ed317dda30cf9616da95 100644 (file)
@@ -26,7 +26,7 @@
 #undef NDEBUG
 #include <assert.h>
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include "vlc_arrays.h"
 
 #include <stdio.h>