diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-29 16:11:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-29 16:11:51 +0000 |
commit | 630820e12f074cb542ff7b10af558ba6c0ea14ce (patch) | |
tree | 7a2edbd77ae6020ba6b698fa2d3ae3876761aa46 /externals/build/src/mtx_rowrfft.c | |
parent | 85ef07b8af9437e001af5fe09b9d7a4556364b26 (diff) |
fixed windows kludge that pointed to file that got renamed
svn path=/trunk/; revision=7099
Diffstat (limited to 'externals/build/src/mtx_rowrfft.c')
-rw-r--r-- | externals/build/src/mtx_rowrfft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/src/mtx_rowrfft.c b/externals/build/src/mtx_rowrfft.c index 6fc2554c..945fc13e 100644 --- a/externals/build/src/mtx_rowrfft.c +++ b/externals/build/src/mtx_rowrfft.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 "../../iem/iemmatrix/src/mtx_matrix.c" |