# HG changeset patch # User diego # Date 1223119202 0 # Node ID ff78dd8e198aabf35c972bda535a3b1555d83c06 # Parent 566758832da55348e47cec294dc6ff3b90547a62 Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. diff -r 566758832da5 -r ff78dd8e198a internal.h --- a/internal.h Sat Oct 04 04:19:46 2008 +0000 +++ b/internal.h Sat Oct 04 11:20:02 2008 +0000 @@ -21,6 +21,8 @@ #ifndef AVFORMAT_INTERNAL_H #define AVFORMAT_INTERNAL_H +#include + char *ff_data_to_hex(char *buf, const uint8_t *src, int size); #endif /* AVFORMAT_INTERNAL_H */ diff -r 566758832da5 -r ff78dd8e198a rdt.h --- 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 +#include "avformat.h" +#include "rtp.h" + typedef struct RDTDemuxContext RDTDemuxContext; RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic, AVStream *st,