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