shithub: aubio

Download patch

ref: 6f673611be972f56225c4fa902477c51e3b54025
parent: bd0cc68cea1c7f788b5011d357c23b01c6b6c3e7
author: Paul Brossier <piem@piem.org>
date: Mon Jul 9 11:34:12 EDT 2012

examples/sndfileio.c: include config.h for HAVE_SNDFILE

--- a/examples/sndfileio.c
+++ b/examples/sndfileio.c
@@ -18,6 +18,8 @@
 
 */
 
+#include "config.h"
+
 #ifdef HAVE_SNDFILE
 
 #include <string.h>