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