summaryrefslogtreecommitdiff
path: root/src/complex/csin.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-25 19:46:50 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-25 19:46:50 -0500
commit9cc24b4b7652b490020c7db83f72a38ae96d6384 (patch)
tree9e222779adfa42352df3c1dedac2dd6af5f675dd /src/complex/csin.c
parent2444ead9b2dbfda63301000361339a1f0dfc7195 (diff)
compile under new directory structure
Diffstat (limited to 'src/complex/csin.c')
-rw-r--r--src/complex/csin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/csin.c b/src/complex/csin.c
index 575c7eb9..6ca3c3a3 100644
--- a/src/complex/csin.c
+++ b/src/complex/csin.c
@@ -1,5 +1,5 @@
-# define TGSOURCE "csin.c"
-#include "nonstd/tgmath.h"
+# define TGSOURCE "../complex/csin.c"
+#include "_tgmath.h"
#include <complex.h>