aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/ibfft~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-29 16:11:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-29 16:11:51 +0000
commit630820e12f074cb542ff7b10af558ba6c0ea14ce (patch)
tree7a2edbd77ae6020ba6b698fa2d3ae3876761aa46 /externals/build/src/ibfft~.c
parent85ef07b8af9437e001af5fe09b9d7a4556364b26 (diff)
fixed windows kludge that pointed to file that got renamed
svn path=/trunk/; revision=7099
Diffstat (limited to 'externals/build/src/ibfft~.c')
-rw-r--r--externals/build/src/ibfft~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/src/ibfft~.c b/externals/build/src/ibfft~.c
index ad50bfe9..56412aa1 100644
--- a/externals/build/src/ibfft~.c
+++ b/externals/build/src/ibfft~.c
@@ -3,7 +3,7 @@
* <hans@at.or.at>
*/
#ifdef WIN32
-#include "../../../pd/src/d_mayer_fft.c"
+#include "../../../pd/src/d_fft_mayer.c"
#endif
#include "../../creb/modules/bfft~.c"