projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0cc68
)
examples/sndfileio.c: include config.h for HAVE_SNDFILE
author
Paul Brossier
<piem@piem.org>
Mon, 9 Jul 2012 22:34:12 +0000
(15:34 -0700)
committer
Paul Brossier
<piem@piem.org>
Mon, 9 Jul 2012 22:34:12 +0000
(15:34 -0700)
examples/sndfileio.c
patch
|
blob
|
history
diff --git
a/examples/sndfileio.c
b/examples/sndfileio.c
index 808553bf16b20e0505457b853cace7bdc3fc99bb..e7fb67bef61bf36e0f7bea0afa878169d0cec98c 100644
(file)
--- a/
examples/sndfileio.c
+++ b/
examples/sndfileio.c
@@
-18,6
+18,8
@@
*/
+#include "config.h"
+
#ifdef HAVE_SNDFILE
#include <string.h>