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