summaryrefslogtreecommitdiff
path: root/Linux/power/include/lib9.h
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2016-03-16 21:13:25 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2016-03-16 21:13:25 +0000
commit781ffebddf20ea0ec49ecd75893389cd1287a7a9 (patch)
tree91c1c835f3430c1d0ccb275b74a95401083b08be /Linux/power/include/lib9.h
parentf60356712426da98d6097355b9a571cf4b13943b (diff)
define _DEFAULT_SOURCE as required by a new regime
Diffstat (limited to 'Linux/power/include/lib9.h')
-rw-r--r--Linux/power/include/lib9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Linux/power/include/lib9.h b/Linux/power/include/lib9.h
index 34acb990..5f4c9afb 100644
--- a/Linux/power/include/lib9.h
+++ b/Linux/power/include/lib9.h
@@ -1,5 +1,8 @@
/* define _BSD_SOURCE to use ISO C, POSIX, and 4.3BSD things. */
#define USE_PTHREADS
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
+#endif
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif