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 e2827918..18b059d1 100644 --- a/src/math/fma.c +++ b/src/math/fma.c @@ -1,5 +1,5 @@ # define TGSOURCE "fma.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(fma)(TYPE x, TYPE y, TYPE z) |