diff options
author | Tharre <tharre3@gmail.com> | 2014-11-23 20:01:05 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-11-23 20:01:05 +0100 |
commit | 534b1878d3437eab1c50995570007e6604f5be67 (patch) | |
tree | ef0e4faae3d21105e833bf7d4747aa8de2a8a8ed | |
parent | c28a6d63b34aef46b44d43304d6048397a98cc65 (diff) | |
download | redo-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |