summaryrefslogtreecommitdiff
path: root/src/complex/cexp.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/cexp.c
parent2444ead9b2dbfda63301000361339a1f0dfc7195 (diff)
compile under new directory structure
Diffstat (limited to 'src/complex/cexp.c')
-rw-r--r--src/complex/cexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/cexp.c b/src/complex/cexp.c
index d20eb6a6..ff74c58d 100644
--- a/src/complex/cexp.c
+++ b/src/complex/cexp.c
@@ -1,5 +1,5 @@
-# define TGSOURCE "cexp.c"
-#include "nonstd/tgmath.h"
+# define TGSOURCE "../complex/cexp.c"
+#include "_tgmath.h"
#include <complex.h>