diff options
Diffstat (limited to 'src/PatchageFlowCanvas.cpp')
-rw-r--r-- | src/PatchageFlowCanvas.cpp | 6 |
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), |