From: Paul Brossier Date: Sat, 23 Apr 2016 18:47:46 +0000 (+0200) Subject: src/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_ X-Git-Tag: 0.4.4~300^2~234 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e22356e7fa43cc9b7f7acd6f612b75950200efe6;p=aubio.git src/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_ --- diff --git a/src/aubio_priv.h b/src/aubio_priv.h index 8f55260f..f3562cc8 100644 --- a/src/aubio_priv.h +++ b/src/aubio_priv.h @@ -35,11 +35,11 @@ #include "config.h" -#if HAVE_STDLIB_H +#ifdef HAVE_STDLIB_H #include #endif -#if HAVE_STDIO_H +#ifdef HAVE_STDIO_H #include #endif