# HG changeset patch # User diego # Date 1259191449 0 # Node ID ccbe83b6607139991c2b677dd6564ed06228f461 # Parent 7a8b3540559175e45f1a341ea0ed541f6d6e37a7 Add required header #include to fix 'make checkheaders'. diff -r 7a8b35405591 -r ccbe83b66071 mpegaudio_tablegen.h --- a/mpegaudio_tablegen.h Wed Nov 25 17:14:48 2009 +0000 +++ b/mpegaudio_tablegen.h Wed Nov 25 23:24:09 2009 +0000 @@ -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