From 6f673611be972f56225c4fa902477c51e3b54025 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 9 Jul 2012 15:34:12 -0700 Subject: [PATCH] examples/sndfileio.c: include config.h for HAVE_SNDFILE --- examples/sndfileio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/sndfileio.c b/examples/sndfileio.c index 808553bf..e7fb67be 100644 --- a/examples/sndfileio.c +++ b/examples/sndfileio.c @@ -18,6 +18,8 @@ */ +#include "config.h" + #ifdef HAVE_SNDFILE #include -- 2.26.2