From d2388d3aad0f7cc591be1df5a31877cf23bdaf15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Nov 2011 19:38:41 +0000 Subject: Add feature test macro required for setenv. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3609 a436a847-0d15-0410-975c-d299462d15a1 --- test/lilv_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/lilv_test.c b/test/lilv_test.c index 808af89..b5746c8 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -15,6 +15,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define _POSIX_C_SOURCE 200112L /* for setenv */ + #include #include #include -- cgit v1.2.1