diff options
Diffstat (limited to 'src/math/modf.c')
| -rw-r--r-- | src/math/modf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/modf.c b/src/math/modf.c index 73c5d3f3..fc09fc2d 100644 --- a/src/math/modf.c +++ b/src/math/modf.c @@ -1,6 +1,6 @@ # define TGSOURCE "modf.c" #include <math.h> -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include "errno.h" /** decompose floating-point numbers **/ |
