diff options
Diffstat (limited to 'src/math/exp.c')
| -rw-r--r-- | src/math/exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/exp.c b/src/math/exp.c index b63ecf4f..f244a60f 100644 --- a/src/math/exp.c +++ b/src/math/exp.c @@ -1,6 +1,6 @@ # define TGSOURCE "exp.c" #include <math.h> -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include "errno.h" /** exponential function **/ |
