diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-05-25 18:10:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-05-25 18:10:15 +0000 |
commit | ad1f87580f32050c7b7d6b78e4f1cda424ea7253 (patch) | |
tree | fc48d9a2ac806f34613204de4557bdb38daf668a /externals/build/src/junction~.c | |
parent | cb307db9fd6ed50a196244754169e544983f8cc1 (diff) |
updated for creb layout changes, makes things simpler
svn path=/trunk/; revision=5133
Diffstat (limited to 'externals/build/src/junction~.c')
-rw-r--r-- | externals/build/src/junction~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/build/src/junction~.c b/externals/build/src/junction~.c index 2fe27f15..5098b66b 100644 --- a/externals/build/src/junction~.c +++ b/externals/build/src/junction~.c @@ -3,7 +3,7 @@ * <hans@at.or.at> */ #ifdef WIN32 -#include "../../../pd/src/d_mayer_fft.c" +#include "../../../pd/src/d_mayer_fft~.c" #endif -#include "../../creb/modules/junction.c" +#include "../../creb/modules/junction~.c" |