diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-03 21:19:05 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-03 21:19:05 -0500 |
| commit | 6eb245579dfdefa0da7f59909bf2e3f8b277c426 (patch) | |
| tree | 676760bbbd3f541fbfacdbf4d1760f408de0f24f | |
| parent | 7531afc84c78bce8dfaf199a72db5d63ded16a30 (diff) | |
always include CMPLX macros so they can be used even for C99
| -rw-r--r-- | src/complex/_tgmath.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
