diff options
Diffstat (limited to 'system/include/libcxx/cstdarg')
-rw-r--r-- | system/include/libcxx/cstdarg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/cstdarg b/system/include/libcxx/cstdarg index dbd73cb3..c8b69992 100644 --- a/system/include/libcxx/cstdarg +++ b/system/include/libcxx/cstdarg @@ -35,7 +35,9 @@ Types: #include <__config> #include <stdarg.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |