From 63c3ebee46c8adbb477829090961a386391de276 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 21 Nov 2008 20:15:50 +0100 Subject: flac, oggflac: use GLib instead of utils.h/log.h --- src/decoder/_flac_common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/decoder/_flac_common.h') diff --git a/src/decoder/_flac_common.h b/src/decoder/_flac_common.h index 37465a21..c2e1f431 100644 --- a/src/decoder/_flac_common.h +++ b/src/decoder/_flac_common.h @@ -24,6 +24,11 @@ #include "../decoder_api.h" +#include + +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "flac" + #include #if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7 # include -- cgit v1.2.3