From fbaac2cf8ba5391c92b91abf50d5534ceb965bbc Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 30 Nov 2013 22:17:15 +0000 Subject: The HAVE_xxx definitions come from config.h; include it. svn path=/trunk/; revision=53681 --- codecs/SBC/sbc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codecs') diff --git a/codecs/SBC/sbc.c b/codecs/SBC/sbc.c index 43954ff751..b14b5bb681 100644 --- a/codecs/SBC/sbc.c +++ b/codecs/SBC/sbc.c @@ -24,6 +24,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" + #ifdef HAVE_SBC #include -- cgit v1.2.3