diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-10 12:58:34 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-10 12:58:34 -0500 |
| commit | 3fe929ecd22b5ca3f5dc35c0c8be523fa7fc1de7 (patch) | |
| tree | bd482aa8d9ed810e323d679f704e5aaa31f9d105 /src/math/scalbln.c | |
| parent | 6d4678bc82d4a80499123b33a971d2e2c0becb5f (diff) | |
move nonstd/tgmath.h to ./_tgmath.h
Diffstat (limited to 'src/math/scalbln.c')
| -rw-r--r-- | src/math/scalbln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/scalbln.c b/src/math/scalbln.c index 1c564393..d59c3502 100644 --- a/src/math/scalbln.c +++ b/src/math/scalbln.c @@ -1,5 +1,5 @@ # define TGSOURCE "scalbln.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(scalbln)(TYPE x, long int n) |
