commit b626785ad87ac7c7e7581cb5381a3430cd5f4252
parent b15c4329b10e422d85673e1708ce20bb0116598e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Sun, 30 Apr 2017 10:02:31 +0000
Add _DEFAULT_SOURCE ftm to skalibs/nonposix.h
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/include/skalibs/nonposix.h b/src/include/skalibs/nonposix.h
@@ -38,6 +38,9 @@
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
+#endif
/* NetBSD: of course they had to have their own macros. */