shithub: aubio

Download patch

ref: 98170263730902766c05f6cb64e1d06c31d85024
parent: 75be65117e99a6e09663b0db6e6ab55c5f86732c
author: Paul Brossier <piem@piem.org>
date: Wed Nov 25 20:00:25 EST 2009

examples/: include config.h

--- 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"
--- 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"