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