diff options
Diffstat (limited to 'src/math/atan2.c')
| -rw-r--r-- | src/math/atan2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/atan2.c b/src/math/atan2.c index be5b9dd6..c4c56a63 100644 --- a/src/math/atan2.c +++ b/src/math/atan2.c @@ -1,6 +1,6 @@ # define TGSOURCE "atan2.c" #include <math.h> -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include "errno.h" #include "nonstd/assert.h" |
