]> git.sesse.net Git - vlc/blobdiff - src/input/access.c
Do not include vlc_modules.h in vlc_common.h
[vlc] / src / input / access.c
index 1132b84d4ad9d10fa9fdb3a2ce0405d7f43d9470..b8a2f031e3652a1df4503113de9c17744052c3dc 100644 (file)
@@ -28,6 +28,7 @@
 #include "access.h"
 #include <libvlc.h>
 #include <vlc_url.h>
+#include <vlc_modules.h>
 
 /* Decode URL (which has had its scheme stripped earlier) to a file path. */
 static char *get_path(const char *location)