From 607065b410b4768372c204ccdbbca200230fff25 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 2 Jan 2013 22:44:33 +0100 Subject: [PATCH] Fix build with unreleased FLAC 1.3.x The issue was initialy reported here: http://bugzilla.redhat.com/891123 FLAC upstream has always expected to include --- modules/codec/flac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/codec/flac.c b/modules/codec/flac.c index 4cfbfa9..543e8bb 100644 --- a/modules/codec/flac.c +++ b/modules/codec/flac.c @@ -37,8 +37,8 @@ #include #include -#include -#include +#include +#include #include #include -- 1.7.10.4