From 272605c73e02ff4e847e103ad3bd3161d7212949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 24 Jun 2007 12:23:34 +0000 Subject: more av_strl* adjustments Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpproto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index f56b63f..3708a90 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -25,6 +25,7 @@ #include #include "network.h" #include +#include "avstring.h" #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) -- cgit v1.1