[test] Compile fix for invalid-matrix

Fixed test compile error on OS X that caused fenv.h not to be included.
This commit is contained in:
Andrew Lavin 2009-05-22 16:36:40 -04:00 committed by Chris Wilson
parent eec5476484
commit ab86662ab4

View file

@ -33,7 +33,7 @@
#define INFINITY HUGE_VAL
#endif
#if HAVE_FEDISABLEEXCEPT
#if HAVE_FEDISABLEEXCEPT || HAVE_FECLEAREXCEPT
#include <fenv.h>
#endif