=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/inttypes.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/include/inttypes.h 2019/01/25 00:19:25 1.13 --- src/include/inttypes.h 2022/07/31 01:27:31 1.14 *************** *** 1,4 **** ! /* $OpenBSD: inttypes.h,v 1.13 2019/01/25 00:19:25 millert Exp $ */ /* * Copyright (c) 1997, 2005 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: inttypes.h,v 1.14 2022/07/31 01:27:31 guenther Exp $ */ /* * Copyright (c) 1997, 2005 Todd C. Miller *************** *** 23,28 **** --- 23,31 ---- #ifdef __cplusplus #define __wchar_t wchar_t + #elif __POSIX_VISIBLE >= 200809 && !defined(_WCHAR_T_DEFINED_) + #define _WCHAR_T_DEFINED_ + typedef __wchar_t wchar_t; #endif /*