aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_jack.cpp
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2014-11-28 14:08:39 +1300
committerMatthew Gregan <[email protected]>2014-11-28 14:08:39 +1300
commitabbc788b3e071553af6a64cfb442262c31ed9c7d (patch)
tree7446e4d95aadcdbe2acbde72091c8a62f3642b78 /src/cubeb_jack.cpp
parent67ccd42501d3d6acb7ba7b9975dc6c720c79499a (diff)
downloadcubeb-abbc788b3e071553af6a64cfb442262c31ed9c7d.tar.gz
cubeb-abbc788b3e071553af6a64cfb442262c31ed9c7d.zip
alsa,jack: fix build warning with glibc 2.20.
Diffstat (limited to 'src/cubeb_jack.cpp')
-rw-r--r--src/cubeb_jack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_jack.cpp b/src/cubeb_jack.cpp
index e1cefd5..cab1c04 100644
--- a/src/cubeb_jack.cpp
+++ b/src/cubeb_jack.cpp
@@ -5,7 +5,7 @@
* This program is made available under an ISC-style license. See the
* accompanying file LICENSE for details.
*/
-
+#define _DEFAULT_SOURCE
#define _BSD_SOURCE
#define _POSIX_SOURCE
#include <algorithm>