diff options
Diffstat (limited to 'src/math/acosh.c')
| -rw-r--r-- | src/math/acosh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/acosh.c b/src/math/acosh.c index 12fe6b71..291087b2 100644 --- a/src/math/acosh.c +++ b/src/math/acosh.c @@ -1,5 +1,5 @@ # define TGSOURCE "acosh.c" -#include "nontstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(acosh)(TYPE x) |
