diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-04 11:20:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-04 11:20:02 +0000 |
commit | 95137bbbb472d1c0abf1181cbdfdc6eda4341c20 (patch) | |
tree | 6841cd95eb758d5707e5b77dd89ba801203a255c /libavformat/rdt.h | |
parent | 9971331dfb6f4ef499b17f156bc0befc98b504b1 (diff) | |
download | ffmpeg-95137bbbb472d1c0abf1181cbdfdc6eda4341c20.tar.gz |
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r-- | libavformat/rdt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h index 9f5d1c9c51..aa6cbaac3c 100644 --- a/libavformat/rdt.h +++ b/libavformat/rdt.h @@ -22,6 +22,10 @@ #ifndef AVFORMAT_RDT_H #define AVFORMAT_RDT_H +#include <stdint.h> +#include "avformat.h" +#include "rtp.h" + typedef struct RDTDemuxContext RDTDemuxContext; RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic, AVStream *st, |