Skip to content

Commit 9bbf059

Browse files
committed
Fix a compiler warning
Signed-off-by: falkTX <falktx@falktx.com>
1 parent a51ecb6 commit 9bbf059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/lilv/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#define _POSIX_C_SOURCE 200809L /* for fileno */
18-
#define _BSD_SOURCE 1 /* for realpath, symlink */
18+
#define _DEFAULT_SOURCE 1 /* for realpath, symlink */
1919

2020
#ifdef __APPLE__
2121
# define _DARWIN_C_SOURCE 1 /* for flock */

0 commit comments

Comments
 (0)