From 78e3864c5d065aff26be30cbb2b2cd3651d52ffc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 20 Oct 2013 17:29:03 +0200 Subject: [PATCH] add missing waflib include to rsynth.lv2 --- libs/plugins/reasonablesynth.lv2/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/plugins/reasonablesynth.lv2/wscript b/libs/plugins/reasonablesynth.lv2/wscript index 797418c37f..b534e2011b 100644 --- a/libs/plugins/reasonablesynth.lv2/wscript +++ b/libs/plugins/reasonablesynth.lv2/wscript @@ -3,6 +3,7 @@ import os import re import shutil import waflib.extras.autowaf as autowaf +from waflib import Options # Mandatory variables top = '.'