aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-11-23 20:01:05 +0100
committerTharre <tharre3@gmail.com>2014-11-23 20:01:05 +0100
commit534b1878d3437eab1c50995570007e6604f5be67 (patch)
treeef0e4faae3d21105e833bf7d4747aa8de2a8a8ed
parentc28a6d63b34aef46b44d43304d6048397a98cc65 (diff)
downloadredo-534b1878d3437eab1c50995570007e6604f5be67.tar.gz
redo-534b1878d3437eab1c50995570007e6604f5be67.tar.xz
redo-534b1878d3437eab1c50995570007e6604f5be67.zip
Set _XOPEN_SOURCE to 600 to make fix FreeBSD build
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index ce668fc..c667a1b 100644
--- a/src/util.c
+++ b/src/util.c
@@ -6,7 +6,7 @@
* of the MIT license. See the LICENSE file for details.
*/
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
#include <assert.h>
#include <errno.h>
#include <stdarg.h>