summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-08 00:26:51 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-08 00:26:51 +0000
commite1dc488097d28477768617cde168bd8146f834b1 (patch)
tree6852d5c932880f78db264f7eb3657a6a3c69b597 /m_option.c
parent304379ec71012bffc552685eff621b3906af3c55 (diff)
downloadmpv-e1dc488097d28477768617cde168bd8146f834b1.tar.bz2
mpv-e1dc488097d28477768617cde168bd8146f834b1.tar.xz
Warning fixes (approved by A'rpi).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/m_option.c b/m_option.c
index 429f51a926..b81d24ca8f 100644
--- a/m_option.c
+++ b/m_option.c
@@ -11,6 +11,7 @@
#include "m_option.h"
//#include "m_config.h"
#include "mp_msg.h"
+#include "libmpdemux/url.h"
// Don't free for 'production' atm
#ifndef MP_DEBUG