summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorSebastian Reimers <info@miete-admin.de>2015-12-13 22:31:43 +0100
committerSebastian Reimers <info@miete-admin.de>2015-12-13 22:31:43 +0100
commita23c24f9d50b7045f9472193b6d221551010be59 (patch)
tree065ea3205ee4d65e1d8c04b9da751cb3139a7c2a /src/conf.c
parent20489f9370f32a2f1fab6ba063c0898eaf5271e4 (diff)
fixes alfredh/baresip#93 glibc >=2.20 _BSD_SOURCE warning
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 9122e52..dcf9832 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2010 Creytiv.com
*/
+#define _DEFAULT_SOURCE 1
#define _BSD_SOURCE 1
#include <fcntl.h>
#ifdef HAVE_UNISTD_H