summaryrefslogtreecommitdiffstats
path: root/src/PatchageFlowCanvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-11-11 01:28:33 +0000
committerDavid Robillard <d@drobilla.net>2006-11-11 01:28:33 +0000
commit1ea55a7967833a0a95bb800c443562e839a954bd (patch)
tree777c3d7e4f3d7c15d05c3b5deb27d9b27485f456 /src/PatchageFlowCanvas.cpp
parent9ed6efc808cb57555f89f08475df70fd4f8b630b (diff)
downloadpatchage-1ea55a7967833a0a95bb800c443562e839a954bd.tar.gz
patchage-1ea55a7967833a0a95bb800c443562e839a954bd.tar.bz2
patchage-1ea55a7967833a0a95bb800c443562e839a954bd.zip
Fixes for the previous fixes :)
git-svn-id: http://svn.drobilla.net/lad/patchage@201 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageFlowCanvas.cpp')
-rw-r--r--src/PatchageFlowCanvas.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/PatchageFlowCanvas.cpp b/src/PatchageFlowCanvas.cpp
index 5cf4c35..f059442 100644
--- a/src/PatchageFlowCanvas.cpp
+++ b/src/PatchageFlowCanvas.cpp
@@ -14,13 +14,15 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "config.h"
#include "PatchageFlowCanvas.h"
#include "Patchage.h"
#include "JackDriver.h"
-#include "AlsaDriver.h"
#include "PatchageModule.h"
#include "PatchagePort.h"
-
+#ifdef HAVE_ALSA
+#include "AlsaDriver.h"
+#endif
PatchageFlowCanvas::PatchageFlowCanvas(Patchage* app, int width, int height)
: FlowCanvas(width, height),