From 4cac4cda63d29f90326e719486a977a7aed41b04 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Nov 2011 20:29:22 +0000 Subject: Remove use of non-portable _XOPEN_SOURCE and strdup. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blip.lv2@3604 a436a847-0d15-0410-975c-d299462d15a1 --- src/wavegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wavegen.c b/src/wavegen.c index 740ed3c..c1a2137 100644 --- a/src/wavegen.c +++ b/src/wavegen.c @@ -17,7 +17,7 @@ along with this software. If not, see . */ -#define _GNU_SOURCE 1 +#define _POSIX_C_SOURCE 200809L // strdup #include #include -- cgit v1.2.1