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