rtsp_rtp.c: Add missing avstring include for av_strlcpy

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32496 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-10-17 08:49:02 +00:00 committed by Uoti Urpala
parent 1f97094c8d
commit c1287003c0
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#include "stream/network.h"
#include "stream/freesdp/common.h"
#include "stream/freesdp/parser.h"
#include "libavutil/avstring.h"
#define RTSP_DEFAULT_PORT 31336
#define MAX_LENGTH 256