mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
[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:
parent
eec5476484
commit
ab86662ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#define INFINITY HUGE_VAL
|
||||
#endif
|
||||
|
||||
#if HAVE_FEDISABLEEXCEPT
|
||||
#if HAVE_FEDISABLEEXCEPT || HAVE_FECLEAREXCEPT
|
||||
#include <fenv.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue