diff options
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 33b60ad..b91150f 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -27,11 +27,10 @@ #include CONFIG_H_PATH #include "GladeFile.hpp" -#ifdef HAVE_JACK -#include "JackDriver.hpp" -#endif -#ifdef HAVE_JACK_DBUS +#if defined(HAVE_JACK_DBUS) #include "JackDbusDriver.hpp" +#elif defined(HAVE_JACK) +#include "JackDriver.hpp" #endif #include "JackSettingsDialog.hpp" #include "Patchage.hpp" |