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/csin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/complex/csin.c') 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 -- cgit v1.2.1