diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-25 19:46:50 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-25 19:46:50 -0500 |
commit | 9cc24b4b7652b490020c7db83f72a38ae96d6384 (patch) | |
tree | 9e222779adfa42352df3c1dedac2dd6af5f675dd /src/complex/csqrt.c | |
parent | 2444ead9b2dbfda63301000361339a1f0dfc7195 (diff) |
compile under new directory structure
Diffstat (limited to 'src/complex/csqrt.c')
-rw-r--r-- | src/complex/csqrt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/csqrt.c b/src/complex/csqrt.c index edbbd394..d0e273c9 100644 --- a/src/complex/csqrt.c +++ b/src/complex/csqrt.c @@ -1,5 +1,5 @@ -# define TGSOURCE "csqrt.c" -#include "nonstd/tgmath.h" +# define TGSOURCE "../complex/csqrt.c" +#include "_tgmath.h" #include <complex.h> |