[cairo-commit] test/invalid-matrix.c

Chris Wilson ickle at kemper.freedesktop.org
Wed Jun 3 01:20:24 PDT 2009


 test/invalid-matrix.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab86662ab499e1f29c0f8c4248771e730c281e3f
Author: Andrew Lavin <aj.lavin at gmail.com>
Date:   Fri May 22 16:36:40 2009 -0400

    [test] Compile fix for invalid-matrix
    
    Fixed test compile error on OS X that caused fenv.h not to be included.

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 <fenv.h>
 #endif
 


More information about the cairo-commit mailing list