Added something to make it work on OSX as well

This commit is contained in:
rdb 2008-06-12 10:19:25 +00:00
parent d4d5207987
commit 874e10d42f

View File

@ -30,7 +30,12 @@
#ifdef howmany #ifdef howmany
#undef howmany #undef howmany
#endif #endif
#include "rfftw.h"
#ifdef IS_OSX
#include "drfftw.h"
#else
#include "rfftw.h"
#endif
// These FFTW support objects can only be defined if we actually have // These FFTW support objects can only be defined if we actually have
// the FFTW library available. // the FFTW library available.