diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindfs.c b/src/bindfs.c index 22517ad..0aa0a51 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -36,6 +36,8 @@ /* For stat() nanosecond precision and lutimes() */ #define _BSD_SOURCE +/* The new non-deprecated version of _BSD_SOURCE */ +#define _DEFAULT_SOURCE #include <stdlib.h> #include <stddef.h> |