diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-02-11 12:38:04 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2023-02-11 12:38:11 +0000 |
| commit | e3b557809604d036af6e00c60f012c2025b59a5e (patch) | |
| tree | 8a11ba2269a3b669601e2fd41145b174008f4da8 /libcxx/include/stdint.h | |
| parent | 08e8dd7b9db7bb4a9de26d44c1cbfd24e869c014 (diff) | |
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 |
