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