aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-25 15:12:00 +0100
committerMax Kellermann <max@duempel.org>2008-11-25 15:12:00 +0100
commitbc55d8d78e126e3e69b84d4ebf08b464a7e3f82f (patch)
tree88f333ef6e350aa552bc4187608e345db7bed796 /src/decoder_thread.c
parent25551768542a3413660ad02436f421b9d4de39bc (diff)
decoder: added missing glib.h include
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 9198595b..0ae1a88f 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,