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