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

Add necessary #include for config.h.
author diego
date Mon, 24 Aug 2009 10:59:14 +0000
parents f9c847fb4839
children
line wrap: on
line diff
--- a/bfin/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/bfin/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -22,6 +22,8 @@
 #ifndef AVCODEC_BFIN_MATHOPS_H
 #define AVCODEC_BFIN_MATHOPS_H
 
+#include "config.h"
+
 #if CONFIG_MPEGAUDIO_HP
 #define MULH(X,Y) ({ int xxo;                           \
     __asm__ (                                               \