diff options
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r-- | src/PatchageEvent.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 92ad7a2..2971651 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -19,7 +19,7 @@ #define PATCHAGE_PATCHAGEEVENT_HPP #include <cstring> -#ifdef HAVE_JACK +#ifdef USE_LIBJACK #include <jack/jack.h> #endif #include "config.h" |