1 /*- 2 * Copyright (c) 2023 Dag-Erling Smørgrav 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 */ 6 7 #ifndef __STDC_VERSION_STDCKDINT_H__ 8 #define __STDC_VERSION_STDCKDINT_H__ 202311L 9 10 #include <sys/_visible.h> 11 12 #if __BSD_VISIBLE || __ISO_C_VISIBLE >= 2023 13 14 #include <sys/ckdint.h> 15 16 #endif 17 18 #endif 19