From 7c7e2918bdd051fb213944d53043a457a0d9ac34 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Oct 2011 03:19:25 +0000 Subject: Build oscillator data and load it from LV2 bundle. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blip.lv2@3526 a436a847-0d15-0410-975c-d299462d15a1 --- src/wavegen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wavegen.c') diff --git a/src/wavegen.c b/src/wavegen.c index 3728920..740ed3c 100644 --- a/src/wavegen.c +++ b/src/wavegen.c @@ -17,6 +17,8 @@ along with this software. If not, see . */ +#define _GNU_SOURCE 1 + #include #include #include -- cgit v1.2.1