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