OSX MAcro Colision

This commit is contained in:
Roger Hughston 2006-03-21 02:28:44 +00:00
parent 6d79bac2fe
commit b733a22493
1 changed files with 7 additions and 0 deletions

View File

@ -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>