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 5db3b26b..e99a26b7 100644 --- a/src/math/atanh.c +++ b/src/math/atanh.c @@ -1,5 +1,5 @@ # define TGSOURCE "atanh.c" -#include "nontstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(atanh)(TYPE x) |
