diff options
Diffstat (limited to 'src/math/expm1.c')
| -rw-r--r-- | src/math/expm1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/expm1.c b/src/math/expm1.c index 4c3b1c45..152c6c1e 100644 --- a/src/math/expm1.c +++ b/src/math/expm1.c @@ -1,5 +1,5 @@ # define TGSOURCE "expm1.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(expm1)(TYPE x) |
