X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Faccess.c;h=b8a2f031e3652a1df4503113de9c17744052c3dc;hb=59117b28623d003c2bf3374bf551f126da4322dc;hp=1132b84d4ad9d10fa9fdb3a2ce0405d7f43d9470;hpb=b342028bfc91eced569ed4f2257af21233d919e8;p=vlc diff --git a/src/input/access.c b/src/input/access.c index 1132b84d4a..b8a2f031e3 100644 --- a/src/input/access.c +++ b/src/input/access.c @@ -28,6 +28,7 @@ #include "access.h" #include #include +#include /* Decode URL (which has had its scheme stripped earlier) to a file path. */ static char *get_path(const char *location)