diff options
Diffstat (limited to 'common/JackMidiAPI.cpp')
-rw-r--r-- | common/JackMidiAPI.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/JackMidiAPI.cpp b/common/JackMidiAPI.cpp index a1aa86a5..c546a523 100644 --- a/common/JackMidiAPI.cpp +++ b/common/JackMidiAPI.cpp @@ -17,6 +17,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#if defined(HAVE_CONFIG_H) +#include "config.h" +#endif + #include "JackError.h" #include "JackMidiPort.h" #include "JackExports.h" |