diff options
Diffstat (limited to 'src/math/tgamma.c')
-rw-r--r-- | src/math/tgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/tgamma.c b/src/math/tgamma.c index 63e25a5b..547dd9bc 100644 --- a/src/math/tgamma.c +++ b/src/math/tgamma.c @@ -1,7 +1,7 @@ # define TGSOURCE "tgamma.c" #include "_tgmath.h" #include <math.h> -#include "fenv.h" +#include <fenv.h> TYPE TGFN(tgamma)(TYPE x) { |