diff rdt.h @ 3981:ff78dd8e198a libavformat

Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
author diego
date Sat, 04 Oct 2008 11:20:02 +0000
parents e6bf0896a019
children 4a266106f604
line wrap: on
line diff
--- a/rdt.h	Sat Oct 04 04:19:46 2008 +0000
+++ b/rdt.h	Sat Oct 04 11:20:02 2008 +0000
@@ -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,