From ae0c8df64678a1a317ba50d7a69398ee74a5bf75 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 8 Mar 2008 20:40:17 +0000 Subject: added missing altivec.h header when compiling for altivec svn path=/trunk/externals/bsaylor/; revision=9549 --- partconv~.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/partconv~.c b/partconv~.c index 60175f2..373d580 100644 --- a/partconv~.c +++ b/partconv~.c @@ -34,6 +34,10 @@ #include #include "m_pd.h" +#ifdef __VEC__ +#include +#endif + #define MAXPARTS 256 // max number of partitions #ifdef USE_SSE -- cgit v1.2.1