blob: 23c5a31f0ae89cb57317b518338bed9ea9ef0217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Date: Sat, 13 Jan 2018 14:28:11 +0100
From: Marc Baudoin <babafou@babafou.eu.org>
tlbuild
--- source/common/uposixdefs.h.ORIG1 2018-03-28 15:39:29.245884244 -0700
+++ source/common/uposixdefs.h 2018-03-28 15:40:40.027978901 -0700
@@ -72,3 +72,7 @@
#endif
+#if defined(__cplusplus) && defined(__NetBSD__)
+#define _ISOC99_SOURCE
+#endif
+
#endif /* __UPOSIXDEFS_H__ */
|