From: Paul Brossier Date: Fri, 25 Sep 2009 01:49:20 +0000 (+0200) Subject: ext/aubioext.h: only include jackio.h if HAVE_JACK X-Git-Tag: 0.4.0-beta1~849 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=bd54912abfaddbf74af68cbd31c51e294f3d88dd;p=aubio.git ext/aubioext.h: only include jackio.h if HAVE_JACK --- diff --git a/ext/aubioext.h b/ext/aubioext.h index e44e0b0b..dec1f57e 100644 --- a/ext/aubioext.h +++ b/ext/aubioext.h @@ -27,7 +27,7 @@ extern "C" { #include -#ifdef HAVE_JACK +#if HAVE_JACK #include "jackio.h" #endif