diff options
Diffstat (limited to 'src/math/asin.c')
| -rw-r--r-- | src/math/asin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/asin.c b/src/math/asin.c index 4c1599fe..92dae8c8 100644 --- a/src/math/asin.c +++ b/src/math/asin.c @@ -1,6 +1,6 @@ # define TGSOURCE "asin.c" #include <math.h> -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include "errno.h" /** arc sine **/ |
