diff options
Diffstat (limited to 'src/math/atan.c')
| -rw-r--r-- | src/math/atan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/atan.c b/src/math/atan.c index 5b4b0330..141367cb 100644 --- a/src/math/atan.c +++ b/src/math/atan.c @@ -1,7 +1,7 @@ # define TGSOURCE "atan.c" #include <math.h> #include "errno.h" -#include "nonstd/tgmath.h" +#include "_tgmath.h" /** arc tangent **/ TYPE TGFN(atan)(TYPE x) |
