diff options
author | Max Kellermann <max@duempel.org> | 2008-11-25 17:25:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-25 17:25:41 +0100 |
commit | be60ff83f770815d97977e6fd9a1516d398e7a7a (patch) | |
tree | c59bd8cb120abd81b7fb5d1b459d950f46245769 /src/output/shout_plugin.h | |
parent | 125dad7119160932b925eeec5ceefc847392919e (diff) | |
download | mpd-be60ff83f770815d97977e6fd9a1516d398e7a7a.tar.gz mpd-be60ff83f770815d97977e6fd9a1516d398e7a7a.tar.xz mpd-be60ff83f770815d97977e6fd9a1516d398e7a7a.zip |
shout: use GLib instead of utils.h/log.h
Diffstat (limited to 'src/output/shout_plugin.h')
-rw-r--r-- | src/output/shout_plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <shout/shout.h> +#include <glib.h> + +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "shout" struct shout_data; |