From 9cc24b4b7652b490020c7db83f72a38ae96d6384 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 25 Feb 2019 19:46:50 -0500 Subject: compile under new directory structure --- src/complex/carg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/complex/carg.c') diff --git a/src/complex/carg.c b/src/complex/carg.c index 15772f8a..918e6f4d 100644 --- a/src/complex/carg.c +++ b/src/complex/carg.c @@ -1,5 +1,5 @@ -# define TGSOURCE "carg.c" -#include "nonstd/tgmath.h" +# define TGSOURCE "../complex/carg.c" +#include "_tgmath.h" #include -- cgit v1.2.1