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