changeset 8957:9396eb8808ca libavcodec

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Feb 2009 21:43:57 +0000
parents de631175196e
children 52c002a02f65
files aac.h ac3dec.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/aac.h	Tue Feb 17 13:41:27 2009 +0000
+++ b/aac.h	Tue Feb 17 21:43:57 2009 +0000
@@ -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"
--- a/ac3dec.h	Tue Feb 17 13:41:27 2009 +0000
+++ b/ac3dec.h	Tue Feb 17 21:43:57 2009 +0000
@@ -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"