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