shithub: aubio

Download patch

ref: 5392db8cc95e2afa153cf6c559355dcca4f53690
parent: f3343008c690f4e67347fd57e8c8436437d72788
author: Paul Brossier <piem@piem.org>
date: Thu Sep 22 15:19:12 EDT 2016

src/aubio_priv.h: add stdarg.h

--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -64,6 +64,10 @@
 #include <limits.h> // for CHAR_BIT, in C99 standard
 #endif
 
+#ifdef HAVE_STDARG_H
+#include <stdarg.h>
+#endif
+
 #ifdef HAVE_ACCELERATE
 #define HAVE_ATLAS 1
 #include <Accelerate/Accelerate.h>