From bd54912abfaddbf74af68cbd31c51e294f3d88dd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 25 Sep 2009 03:49:20 +0200 Subject: [PATCH] ext/aubioext.h: only include jackio.h if HAVE_JACK --- ext/aubioext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0