aboutsummaryrefslogtreecommitdiffstats
path: root/src/wavegen.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-04 03:19:25 +0000
committerDavid Robillard <d@drobilla.net>2011-10-04 03:19:25 +0000
commit7c7e2918bdd051fb213944d53043a457a0d9ac34 (patch)
treea44b3ce7b085251e77e22f59ab3b5b46a2749590 /src/wavegen.c
parente550736dbb862d8333a4d7f2ede9804a3d48326c (diff)
downloadblop.lv2-7c7e2918bdd051fb213944d53043a457a0d9ac34.tar.gz
blop.lv2-7c7e2918bdd051fb213944d53043a457a0d9ac34.tar.bz2
blop.lv2-7c7e2918bdd051fb213944d53043a457a0d9ac34.zip
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
Diffstat (limited to 'src/wavegen.c')
-rw-r--r--src/wavegen.c2
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#define _GNU_SOURCE 1
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>