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