diff avr32/mathops.h @ 10080:25136467a218 libavcodec

Add necessary #include for config.h.
author diego
date Mon, 24 Aug 2009 10:59:14 +0000
parents 42a126c78744
children
line wrap: on
line diff
--- a/avr32/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/avr32/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -23,6 +23,7 @@
 #define AVCODEC_AVR32_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_INLINE_ASM