Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-17 21:43:57 +00:00
parent 1f1ff73156
commit 30f68128ab
3 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifndef AVCODEC_AAC_H
#define AVCODEC_AAC_H
#include "libavutil/internal.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpeg4audio.h"

View File

@ -27,6 +27,7 @@
#ifndef AVCODEC_AC3DEC_H
#define AVCODEC_AC3DEC_H
#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "ac3.h"
#include "bitstream.h"

View File

@ -23,6 +23,8 @@
#include <stdint.h>
#include "libavutil/common.h"
/* unbuffered I/O */
/**