projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f334300
)
src/aubio_priv.h: add stdarg.h
author
Paul Brossier
<piem@piem.org>
Thu, 22 Sep 2016 17:19:12 +0000
(19:19 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 22 Sep 2016 17:19:12 +0000
(19:19 +0200)
src/aubio_priv.h
patch
|
blob
|
history
diff --git
a/src/aubio_priv.h
b/src/aubio_priv.h
index
530edc9
..
ec62928
100644
(file)
--- 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>