From 6eb245579dfdefa0da7f59909bf2e3f8b277c426 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 3 Mar 2019 21:19:05 -0500 Subject: always include CMPLX macros so they can be used even for C99 --- src/complex/_tgmath.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/complex/_tgmath.h b/src/complex/_tgmath.h index 6ed5b37a..4dabdae4 100644 --- a/src/complex/_tgmath.h +++ b/src/complex/_tgmath.h @@ -1 +1,5 @@ +#include "CMPLX.c" +#include "CMPLXF.c" +#include "CMPLXL.c" + #include "../math/_tgmath.h" -- cgit v1.2.1