examples/sndfileio.c: include config.h for HAVE_SNDFILE
authorPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:34:12 +0000 (15:34 -0700)
committerPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:34:12 +0000 (15:34 -0700)
examples/sndfileio.c

index 808553bf16b20e0505457b853cace7bdc3fc99bb..e7fb67bef61bf36e0f7bea0afa878169d0cec98c 100644 (file)
@@ -18,6 +18,8 @@
 
 */
 
+#include "config.h"
+
 #ifdef HAVE_SNDFILE
 
 #include <string.h>