From ab86662ab499e1f29c0f8c4248771e730c281e3f Mon Sep 17 00:00:00 2001 From: Andrew Lavin Date: Fri, 22 May 2009 16:36:40 -0400 Subject: [PATCH] [test] Compile fix for invalid-matrix Fixed test compile error on OS X that caused fenv.h not to be included. --- test/invalid-matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/invalid-matrix.c b/test/invalid-matrix.c index 4fbda614b..2e4b66524 100644 --- a/test/invalid-matrix.c +++ b/test/invalid-matrix.c @@ -33,7 +33,7 @@ #define INFINITY HUGE_VAL #endif -#if HAVE_FEDISABLEEXCEPT +#if HAVE_FEDISABLEEXCEPT || HAVE_FECLEAREXCEPT #include #endif