diff aac.h @ 8957:9396eb8808ca libavcodec

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Feb 2009 21:43:57 +0000
parents cfb8849d0452
children 955835e2bc99
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"