diff options
author | Max Kellermann <max@duempel.org> | 2008-11-25 15:12:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-25 15:12:00 +0100 |
commit | bc55d8d78e126e3e69b84d4ebf08b464a7e3f82f (patch) | |
tree | 88f333ef6e350aa552bc4187608e345db7bed796 /src | |
parent | 25551768542a3413660ad02436f421b9d4de39bc (diff) | |
download | mpd-bc55d8d78e126e3e69b84d4ebf08b464a7e3f82f.tar.gz mpd-bc55d8d78e126e3e69b84d4ebf08b464a7e3f82f.tar.xz mpd-bc55d8d78e126e3e69b84d4ebf08b464a7e3f82f.zip |
decoder: added missing glib.h include
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 9198595b6..0ae1a88f9 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -28,6 +28,8 @@ #include "log.h" #include "ls.h" +#include <glib.h> + static bool decoder_stream_decode(const struct decoder_plugin *plugin, struct decoder *decoder, |