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