summaryrefslogtreecommitdiff
path: root/src/math/tanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/tanh.c')
-rw-r--r--src/math/tanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/tanh.c b/src/math/tanh.c
index d2c09fe2..d64be283 100644
--- a/src/math/tanh.c
+++ b/src/math/tanh.c
@@ -1,6 +1,6 @@
# define TGSOURCE "tanh.c"
#include <math.h>
-#include "nonstd/tgmath.h"
+#include "_tgmath.h"
#include "errno.h"
/** hyperbolic tangent **/