From edab4a5b5aff329b9a55d5ff2fe170e4d24f6b22 Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Thu, 8 Apr 2010 18:15:58 +0200 Subject: [PATCH] Fix flac includes accordingly to libflac's pkgconfig defaults Signed-off-by: Christophe Mutricy --- 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 837b75f7ad..843bff70d4 100644 --- a/modules/codec/flac.c +++ b/modules/codec/flac.c @@ -35,8 +35,8 @@ #include #include -#include -#include +#include +#include #include #include -- 2.39.2