# HG changeset patch # User diego # Date 1232408506 0 # Node ID 3d4314e9213f8191591c841dc2929ac462439a73 # Parent d05b13327b070413f01ae22f47423aaab819f0d4 Use "" instead of <> when #including non-system headers. diff -r d05b13327b07 -r 3d4314e9213f rdt.c --- a/rdt.c Mon Jan 19 21:54:06 2009 +0000 +++ b/rdt.c Mon Jan 19 23:41:46 2009 +0000 @@ -33,7 +33,7 @@ #include "libavutil/md5.h" #include "rm.h" #include "internal.h" -#include +#include "libavcodec/bitstream.h" struct RDTDemuxContext { AVFormatContext *ic; /**< the containing (RTSP) demux context */