aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_audio.cpp
diff options
context:
space:
mode:
authorJan Beich <[email protected]>2015-12-01 12:55:42 +1300
committerMatthew Gregan <[email protected]>2015-12-01 12:55:42 +1300
commit84a6e75dcc4e692f2e4ba1a884b0e1f6daf4da46 (patch)
treebcae4f4ccc83c6e1f573963ae338fea75c9fcf6b /test/test_audio.cpp
parent46696c53376777d926444d5187d3a1ddd8d84a27 (diff)
downloadcubeb-84a6e75dcc4e692f2e4ba1a884b0e1f6daf4da46.tar.gz
cubeb-84a6e75dcc4e692f2e4ba1a884b0e1f6daf4da46.zip
test: Bump _XOPEN_SOURCE to 600 to fix FreeBSD builds.
Diffstat (limited to 'test/test_audio.cpp')
-rw-r--r--test/test_audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_audio.cpp b/test/test_audio.cpp
index 0158fb7..6a6ebf5 100644
--- a/test/test_audio.cpp
+++ b/test/test_audio.cpp
@@ -10,7 +10,7 @@
#ifdef NDEBUG
#undef NDEBUG
#endif
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>
#include <math.h>