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/catan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/complex/catan.c') diff --git a/src/complex/catan.c b/src/complex/catan.c index 6c162c3f..1cfe85b1 100644 --- a/src/complex/catan.c +++ b/src/complex/catan.c @@ -1,5 +1,5 @@ -# define TGSOURCE "catan.c" -#include "nonstd/tgmath.h" +# define TGSOURCE "../complex/catan.c" +#include "_tgmath.h" #include -- cgit v1.2.1