From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac_ac3_parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/aac_ac3_parser.h') diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h index a97ffd162c..622c7eb9dc 100644 --- a/libavcodec/aac_ac3_parser.h +++ b/libavcodec/aac_ac3_parser.h @@ -23,6 +23,9 @@ #ifndef AAC_AC3_PARSER_H #define AAC_AC3_PARSER_H +#include +#include "avcodec.h" + typedef struct AACAC3ParseContext { uint8_t *inbuf_ptr; int frame_size; -- cgit v1.2.3