# HG changeset patch # User diego # Date 1232882185 0 # Node ID 31bdc2da2e809a1c88621fd303ecb9ed500afc0f # Parent 94f7aca055d5faba91cacfb1d6fc38b5d23b23c0 Add required headers to fix warnings during 'make checkheaders'. diff -r 94f7aca055d5 -r 31bdc2da2e80 ppc/dsputil_ppc.h --- a/ppc/dsputil_ppc.h Sun Jan 25 02:27:02 2009 +0000 +++ b/ppc/dsputil_ppc.h Sun Jan 25 11:16:25 2009 +0000 @@ -21,6 +21,8 @@ #ifndef AVCODEC_PPC_DSPUTIL_PPC_H #define AVCODEC_PPC_DSPUTIL_PPC_H +#include "config.h" + #if CONFIG_POWERPC_PERF void powerpc_display_perf_report(void); /* the 604* have 2, the G3* have 4, the G4s have 6, diff -r 94f7aca055d5 -r 31bdc2da2e80 ppc/mathops.h --- 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) \