diff options
Diffstat (limited to 'src/math/fma.c')
-rw-r--r-- | src/math/fma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/fma.c b/src/math/fma.c index 845afea4..83e5f5b4 100644 --- a/src/math/fma.c +++ b/src/math/fma.c @@ -1,7 +1,7 @@ # define TGSOURCE "fma.c" #include "_tgmath.h" #include <math.h> -#include "fenv.h" +#include <fenv.h> TYPE TGFN(fma)(TYPE x, TYPE y, TYPE z) { |