diff options
Diffstat (limited to 'src/complex/cpow.c')
| -rw-r--r-- | src/complex/cpow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/cpow.c b/src/complex/cpow.c index 5e778b1a..70494666 100644 --- a/src/complex/cpow.c +++ b/src/complex/cpow.c @@ -1,5 +1,5 @@ -# define TGSOURCE "cpow.c" -#include "nonstd/tgmath.h" +# define TGSOURCE "../complex/cpow.c" +#include "_tgmath.h" #include <complex.h> |
