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