projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75be651
)
examples/: include config.h
author
Paul Brossier
<piem@piem.org>
Thu, 26 Nov 2009 00:00:25 +0000
(
01:00
+0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 26 Nov 2009 00:00:25 +0000
(
01:00
+0100)
examples/jackio.c
patch
|
blob
|
history
examples/utils.h
patch
|
blob
|
history
diff --git
a/examples/jackio.c
b/examples/jackio.c
index b63f68a229e21371c7a2312fdbe35b0755f57757..f2da628aa53e07e3935e97f47a90637605357688 100644
(file)
--- a/
examples/jackio.c
+++ b/
examples/jackio.c
@@
-19,6
+19,7
@@
*/
#include <aubio.h>
+#include "config.h"
#if HAVE_JACK
#include "aubio_priv.h"
diff --git
a/examples/utils.h
b/examples/utils.h
index 17a7a8bd6783f35252d885a7350539836d04ae86..a53f9d390e3930fa975587f118d921e8b0b15442 100644
(file)
--- a/
examples/utils.h
+++ b/
examples/utils.h
@@
-26,6
+26,7
@@
#include <math.h> /* for isfinite */
#include <string.h> /* for strcmp */
#include <aubio.h>
+#include "config.h"
#include "sndfileio.h"
#ifdef HAVE_JACK
#include "jackio.h"