From be60ff83f770815d97977e6fd9a1516d398e7a7a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Nov 2008 17:25:41 +0100 Subject: shout: use GLib instead of utils.h/log.h --- src/output/shout_plugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/output/shout_plugin.h') diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h index aa084d988..46514fdc3 100644 --- a/src/output/shout_plugin.h +++ b/src/output/shout_plugin.h @@ -24,6 +24,10 @@ #include "../timer.h" #include +#include + +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "shout" struct shout_data; -- cgit v1.2.3