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