summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 14:41:32 -0400
committerDavid Robillard <d@drobilla.net>2016-08-01 14:41:32 -0400
commit88992b952f5cc0bb20cff835247198a0886ab310 (patch)
tree246ec59e4937ffcbe3565726d11519ec6290772b /test
parent844ae92f089fecae14702517044773adaa32203f (diff)
downloadlilv-88992b952f5cc0bb20cff835247198a0886ab310.tar.gz
lilv-88992b952f5cc0bb20cff835247198a0886ab310.tar.bz2
lilv-88992b952f5cc0bb20cff835247198a0886ab310.zip
Use consistent feature test macros
Diffstat (limited to 'test')
-rw-r--r--test/lilv_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lilv_test.c b/test/lilv_test.c
index eb06dcd..f2ebd34 100644
--- a/test/lilv_test.c
+++ b/test/lilv_test.c
@@ -15,7 +15,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define _POSIX_C_SOURCE 200112L /* for setenv */
+#define _POSIX_C_SOURCE 200809L /* for setenv */
#define _XOPEN_SOURCE 500 /* for mkstemp */
#include <assert.h>