# HG changeset patch # User mstorsjo # Date 1279485033 0 # Node ID 7b5409abbf32ccb2d791af27245e57b8d99fd6e3 # Parent 287072e5227bb87c1cad6504475e7b23760bba37 Include lavu headers using quotes instead of angle brackets diff -r 287072e5227b -r 7b5409abbf32 rtspenc.c --- a/rtspenc.c Sun Jul 18 20:19:08 2010 +0000 +++ b/rtspenc.c Sun Jul 18 20:30:33 2010 +0000 @@ -28,7 +28,7 @@ #include "network.h" #include "rtsp.h" #include "internal.h" -#include +#include "libavutil/intreadwrite.h" static int rtsp_write_record(AVFormatContext *s) {