From: Paul Brossier Date: Thu, 22 Sep 2016 17:19:12 +0000 (+0200) Subject: src/aubio_priv.h: add stdarg.h X-Git-Tag: 0.4.4~212 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5392db8cc95e2afa153cf6c559355dcca4f53690;p=aubio.git src/aubio_priv.h: add stdarg.h --- diff --git a/src/aubio_priv.h b/src/aubio_priv.h index 530edc9b..ec62928d 100644 --- a/src/aubio_priv.h +++ b/src/aubio_priv.h @@ -64,6 +64,10 @@ #include // for CHAR_BIT, in C99 standard #endif +#ifdef HAVE_STDARG_H +#include +#endif + #ifdef HAVE_ACCELERATE #define HAVE_ATLAS 1 #include