| Index: fusl/include/features.h
|
| diff --git a/fusl/include/features.h b/fusl/include/features.h
|
| index 3cc3e57933e1ae67c295e70d6108bb1b86b11f8f..1ea7d74e2249a8c18b34dcfa5faaa0408685360f 100644
|
| --- a/fusl/include/features.h
|
| +++ b/fusl/include/features.h
|
| @@ -9,9 +9,9 @@
|
| #define _BSD_SOURCE 1
|
| #endif
|
|
|
| -#if !defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE) \
|
| - && !defined(_XOPEN_SOURCE) && !defined(_GNU_SOURCE) \
|
| - && !defined(_BSD_SOURCE) && !defined(__STRICT_ANSI__)
|
| +#if !defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
| + !defined(_XOPEN_SOURCE) && !defined(_GNU_SOURCE) && \
|
| + !defined(_BSD_SOURCE) && !defined(__STRICT_ANSI__)
|
| #define _BSD_SOURCE 1
|
| #define _XOPEN_SOURCE 700
|
| #endif
|
|
|