From 3fe929ecd22b5ca3f5dc35c0c8be523fa7fc1de7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 12:58:34 -0500 Subject: move nonstd/tgmath.h to ./_tgmath.h --- src/math/log1p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/log1p.c') diff --git a/src/math/log1p.c b/src/math/log1p.c index 0afcb33f..30e4a8d1 100644 --- a/src/math/log1p.c +++ b/src/math/log1p.c @@ -1,5 +1,5 @@ # define TGSOURCE "log1p.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include TYPE TGFN(log1p)(TYPE x) -- cgit v1.2.1