aboutsummaryrefslogtreecommitdiffstats
path: root/src/sum.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-10 04:27:05 +0000
committerDavid Robillard <d@drobilla.net>2011-10-10 04:27:05 +0000
commit07437df6a669c936f5cdc0ede8d6f9aa32cfea9d (patch)
tree211140dd543f36d189f78826ef5414c6f314a29a /src/sum.c
parent594d40614ab9d443ea4f5c6719c971ca2bf29ef2 (diff)
downloadblop.lv2-07437df6a669c936f5cdc0ede8d6f9aa32cfea9d.tar.gz
blop.lv2-07437df6a669c936f5cdc0ede8d6f9aa32cfea9d.tar.bz2
blop.lv2-07437df6a669c936f5cdc0ede8d6f9aa32cfea9d.zip
Fix compilation.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blip.lv2@3543 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sum.c b/src/sum.c
index 5f94796..c3ddcf0 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+#include "include/lv2_features.h"
#define SUM_INPUT1 0
#define SUM_INPUT2 1