OSX MAcro Colision
This commit is contained in:
parent
6d79bac2fe
commit
b733a22493
|
|
@ -28,6 +28,13 @@
|
|||
#ifdef HAVE_FFTW
|
||||
|
||||
#ifdef IS_OSX
|
||||
// hack.....
|
||||
// this is a hack to help interigate sort out a macro
|
||||
// in the system poll and select definitions
|
||||
//
|
||||
#ifdef howmany
|
||||
#undef howmany
|
||||
#endif
|
||||
#include <drfftw.h>
|
||||
#else
|
||||
#include <rfftw.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue