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 2971651..d1e59a6 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -18,11 +18,11 @@ #ifndef PATCHAGE_PATCHAGEEVENT_HPP #define PATCHAGE_PATCHAGEEVENT_HPP +#include "config.h" #include <cstring> #ifdef USE_LIBJACK #include <jack/jack.h> #endif -#include "config.h" #ifdef HAVE_ALSA #include <alsa/asoundlib.h> #endif |