# HG changeset patch # User reimar # Date 1287305342 0 # Node ID 666880b36b8b5a7b5b5c5a9f25a943d2d8ac2311 # Parent ea9b04b2b7ce73b0d9876e40dcead8068de27597 Add missing avstring include for av_strlcpy. diff -r ea9b04b2b7ce -r 666880b36b8b stream/librtsp/rtsp_rtp.c --- a/stream/librtsp/rtsp_rtp.c Sun Oct 17 08:47:08 2010 +0000 +++ b/stream/librtsp/rtsp_rtp.c Sun Oct 17 08:49:02 2010 +0000 @@ -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