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 7336d946..3612c825 100644 --- a/src/math/lgamma.c +++ b/src/math/lgamma.c @@ -1,5 +1,5 @@ # define TGSOURCE "lgamma.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(lgamma)(TYPE x) |
