]> git.sesse.net Git - vlc/blobdiff - src/misc/threads.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / misc / threads.c
index 89e905867472dc1e5da8a61594e9de4ad816fa4e..33270df4a65a75be81a6d9ba63b24a761bea1df3 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include "libvlc.h"
 #include <assert.h>