summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 13:02:32 -0400
committerDavid Robillard <d@drobilla.net>2016-10-01 13:02:32 -0400
commit78187c2841368b443d2c9ee5cbebc95ce9553db0 (patch)
tree772026054b93b9b46b78c3f7bca34a2450b27bd6 /src
parent4fa91364b545ccba013435f75a72b87e6eb63b87 (diff)
downloadlilv-78187c2841368b443d2c9ee5cbebc95ce9553db0.tar.gz
lilv-78187c2841368b443d2c9ee5cbebc95ce9553db0.tar.bz2
lilv-78187c2841368b443d2c9ee5cbebc95ce9553db0.zip
Transition away from deprecated _BSD_SOURCE
Diffstat (limited to 'src')
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 864bcbb..0c1fd5e 100644
--- a/src/util.c
+++ b/src/util.c
@@ -16,6 +16,7 @@
#define _POSIX_C_SOURCE 200809L /* for fileno */
#define _BSD_SOURCE 1 /* for realpath, symlink */
+#define _DEFAULT_SOURCE 1 /* for realpath, symlink */
#ifdef __APPLE__
# define _DARWIN_C_SOURCE 1 /* for flock */