summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cstring
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/cstring')
-rw-r--r--libcxx/include/cstring2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/cstring b/libcxx/include/cstring
index 6d2e507c4d8..1a230559bd2 100644
--- a/libcxx/include/cstring
+++ b/libcxx/include/cstring
@@ -60,7 +60,9 @@ size_t strlen(const char* s);
#include <__config>
#include <string.h>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
+#endif
_LIBCPP_BEGIN_NAMESPACE_STD
OpenPOWER on IntegriCloud