# HG changeset patch # User diego # Date 1241871965 0 # Node ID 35514159910f1c96e223c5ee7a702156d76e7d67 # Parent 85ad5d68ec982cbd29e16ffc61c3c86640a79c9d Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. diff -r 85ad5d68ec98 -r 35514159910f ppc/check_altivec.c --- a/ppc/check_altivec.c Fri May 08 19:41:21 2009 +0000 +++ b/ppc/check_altivec.c Sat May 09 12:26:05 2009 +0000 @@ -22,6 +22,8 @@ * Checks for AltiVec presence. */ +#include "config.h" + #ifdef __APPLE__ #undef _POSIX_C_SOURCE #include