Make complex.h play nice with C

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2010-07-29 18:43:15 +00:00
parent f3dcca049b
commit d78b315935

View File

@ -18,8 +18,16 @@
*/
#ifdef __cplusplus
#include <ccomplex>
#else
#include_next <complex.h>
#endif
#pragma GCC system_header
#endif // _LIBCPP_COMPLEX_H