aboutsummaryrefslogtreecommitdiff
path: root/partconv~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-08 20:40:17 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:36:00 +0200
commitae0c8df64678a1a317ba50d7a69398ee74a5bf75 (patch)
tree346baa6d93c6d6fa9841b2e4acf657f7a3082883 /partconv~.c
parent149c50c618ec3c1219a815acc771689b51bdc3a4 (diff)
added missing altivec.h header when compiling for altivec
svn path=/trunk/externals/bsaylor/; revision=9549
Diffstat (limited to 'partconv~.c')
-rw-r--r--partconv~.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/partconv~.c b/partconv~.c
index 60175f2..373d580 100644
--- a/partconv~.c
+++ b/partconv~.c
@@ -34,6 +34,10 @@
#include <fftw3.h>
#include "m_pd.h"
+#ifdef __VEC__
+#include <altivec.h>
+#endif
+
#define MAXPARTS 256 // max number of partitions
#ifdef USE_SSE