Date: Sat, 13 Jan 2018 14:28:11 +0100 From: Marc Baudoin tlbuild --- icu-src/source/common/uposixdefs.h (revision 46329) +++ icu-src/source/common/uposixdefs.h (working copy) @@ -71,4 +71,8 @@ # define _STDC_C99 #endif +#if defined(__cplusplus) && defined(__NetBSD__) +#define _ISOC99_SOURCE +#endif + #endif /* __UPOSIXDEFS_H__ */