From deb1b2b699ec32efe96864205cf7755b3192579b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 24 Aug 2009 10:59:14 +0000 Subject: Add necessary #include for config.h. Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avr32/mathops.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avr32') diff --git a/libavcodec/avr32/mathops.h b/libavcodec/avr32/mathops.h index f39aa8800f..85f42b594d 100644 --- a/libavcodec/avr32/mathops.h +++ b/libavcodec/avr32/mathops.h @@ -23,6 +23,7 @@ #define AVCODEC_AVR32_MATHOPS_H #include +#include "config.h" #include "libavutil/common.h" #if HAVE_INLINE_ASM -- cgit v1.2.3