decoder: added missing glib.h include

This commit is contained in:
Max Kellermann 2008-11-25 15:12:00 +01:00
parent 2555176854
commit bc55d8d78e

View File

@ -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,