summaryrefslogtreecommitdiffstats
path: root/libcxx/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/inttypes.h')
-rw-r--r--libcxx/include/inttypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/inttypes.h b/libcxx/include/inttypes.h
index a20a5619133..328e57e5e4e 100644
--- a/libcxx/include/inttypes.h
+++ b/libcxx/include/inttypes.h
@@ -232,12 +232,13 @@ uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int
*/
#include <__config>
-#include_next <inttypes.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
#endif
+#include_next <inttypes.h>
+
#ifdef __cplusplus
#include <stdint.h>
OpenPOWER on IntegriCloud