diff options
Diffstat (limited to 'libcxx/include/stdint.h')
| -rw-r--r-- | libcxx/include/stdint.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/libcxx/include/stdint.h b/libcxx/include/stdint.h index ee71f62ab095..fa7b011c71ae 100644 --- a/libcxx/include/stdint.h +++ b/libcxx/include/stdint.h @@ -120,6 +120,8 @@ Macros:  #   define __STDC_CONSTANT_MACROS  #endif -#include_next <stdint.h> +#if __has_include_next(<stdint.h>) +#  include_next <stdint.h> +#endif  #endif // _LIBCPP_STDINT_H | 
