# HG changeset patch # User diego # Date 1197415536 0 # Node ID baddb0681b2e0fdc9da55c3c205499a421615ab9 # Parent b6107034e9818d7075f3f133940ba45bc8851418 Add missing #include , fixes the warning: dct64_altivec.c: In function 'dct64_altivec': dct64_altivec.c:74: warning: implicit declaration of function 'printf' dct64_altivec.c:74: warning: incompatible implicit declaration of built-in function 'printf' diff -r b6107034e981 -r baddb0681b2e mp3lib/dct64_altivec.c --- a/mp3lib/dct64_altivec.c Tue Dec 11 22:37:36 2007 +0000 +++ b/mp3lib/dct64_altivec.c Tue Dec 11 23:25:36 2007 +0000 @@ -9,6 +9,7 @@ #define real float +#include #include "mpg123.h" #ifdef HAVE_ALTIVEC_H