From 7c1dcd1529bf751b95d71210e66127ea91cc7ad4 Mon Sep 17 00:00:00 2001 From: Aj Lavin Date: Fri, 22 May 2009 16:36:40 -0400 Subject: [PATCH] Fixed test compile error on OS X that caused fenv.h not to be included. --- test/invalid-matrix.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/invalid-matrix.c b/test/invalid-matrix.c index 4fbda61..2e4b665 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 -- 1.6.3.1