diff --git a/include/complex.h b/include/complex.h index 6db7c8823a38..502a178dff33 100644 --- a/include/complex.h +++ b/include/complex.h @@ -30,7 +30,9 @@ #define _COMPLEX_H #ifdef __GNUC__ +#if __STDC_VERSION__ < 199901 #define _Complex __complex__ +#endif #define _Complex_I 1.0fi #endif