summaryrefslogtreecommitdiff
path: root/libavformat/rdt.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-04 11:20:02 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-04 11:20:02 +0000
commit95137bbbb472d1c0abf1181cbdfdc6eda4341c20 (patch)
tree6841cd95eb758d5707e5b77dd89ba801203a255c /libavformat/rdt.h
parent9971331dfb6f4ef499b17f156bc0befc98b504b1 (diff)
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.h4
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,