From 154f5b5c9b84314f4d54afb27f5b43af9b7875b7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 25 Nov 2009 23:24:09 +0000 Subject: Add required header #include to fix 'make checkheaders'. Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio_tablegen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpegaudio_tablegen.h') diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index c95102793b..17a124faed 100644 --- a/libavcodec/mpegaudio_tablegen.h +++ b/libavcodec/mpegaudio_tablegen.h @@ -27,6 +27,7 @@ // do not use libavutil/mathematics.h since this is compiled both // for the host and the target and config.h is only valid for the target #include +#include "config.h" #define TABLE_4_3_SIZE (8191 + 16)*4 #if CONFIG_HARDCODED_TABLES -- cgit v1.2.3