summaryrefslogtreecommitdiff
path: root/src/math/scalbln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/scalbln.c')
-rw-r--r--src/math/scalbln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/scalbln.c b/src/math/scalbln.c
index 1c564393..d59c3502 100644
--- a/src/math/scalbln.c
+++ b/src/math/scalbln.c
@@ -1,5 +1,5 @@
# define TGSOURCE "scalbln.c"
-#include "nonstd/tgmath.h"
+#include "_tgmath.h"
#include <math.h>
TYPE TGFN(scalbln)(TYPE x, long int n)