diff ppc/mathops.h @ 8662:31bdc2da2e80 libavcodec

Add required headers to fix warnings during 'make checkheaders'.
author diego
date Sun, 25 Jan 2009 11:16:25 +0000
parents 14ccee231565
children 182f35c8eaed
line wrap: on
line diff
--- a/ppc/mathops.h	Sun Jan 25 02:27:02 2009 +0000
+++ b/ppc/mathops.h	Sun Jan 25 11:16:25 2009 +0000
@@ -23,6 +23,8 @@
 #ifndef AVCODEC_PPC_MATHOPS_H
 #define AVCODEC_PPC_MATHOPS_H
 
+#include "config.h"
+
 #if HAVE_PPC4XX
 /* signed 16x16 -> 32 multiply add accumulate */
 #define MAC16(rt, ra, rb) \