summaryrefslogtreecommitdiffstats
path: root/stream/librtsp
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:44:52 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:44:52 +0000
commit0dacae58b12d4c84f56a267308cc5c58d2cf1461 (patch)
tree85de58d51d61e5b2da07e6de259c3af8d702d840 /stream/librtsp
parente4b1fc61077fcc6a5fbe00c67a373e2cbc284b40 (diff)
downloadmpv-0dacae58b12d4c84f56a267308cc5c58d2cf1461.tar.bz2
mpv-0dacae58b12d4c84f56a267308cc5c58d2cf1461.tar.xz
fix compilation of librtsp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19322 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/librtsp')
-rw-r--r--stream/librtsp/rtsp_session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/librtsp/rtsp_session.c b/stream/librtsp/rtsp_session.c
index fc8aa807f8..6a437ebec0 100644
--- a/stream/librtsp/rtsp_session.c
+++ b/stream/librtsp/rtsp_session.c
@@ -45,6 +45,7 @@
#include <inttypes.h>
#include "mp_msg.h"
+#include "../url.h"
#include "../rtp.h"
#include "rtsp.h"
#include "rtsp_rtp.h"