diff options
Diffstat (limited to 'src/math/scalbn.c')
| -rw-r--r-- | src/math/scalbn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/scalbn.c b/src/math/scalbn.c index 3bbaa431..bf5b4aae 100644 --- a/src/math/scalbn.c +++ b/src/math/scalbn.c @@ -1,5 +1,5 @@ # define TGSOURCE "scalbn.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(scalbn)(TYPE x, int n) |
