Commit 773c5ee4 authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Jean-Baptiste Kempf

Include vlc_url when using make_URI

(cherry picked from commit 7608496964e8ce6f3a740ccc4b41a76da096bd73)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9a746cfa
......@@ -33,6 +33,7 @@
#include <vlc_plugin.h>
#include <vlc_playlist.h>
#include <vlc_charset.h>
#include <vlc_url.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
......
......@@ -32,6 +32,8 @@
#include <vlc_charset.h>
#include <vlc_strings.h>
#include <vlc_stream.h>
#include <vlc_url.h>
#include <limits.h> /* PATH_MAX */
#ifdef HAVE_SYS_STAT_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment