aboutsummaryrefslogtreecommitdiff
path: root/test/run_filter.c
diff options
context:
space:
mode:
authorDaniel Seuthe <daniel+mpd@seuthe.org>2010-04-25 13:42:23 +0200
committerMax Kellermann <max@duempel.org>2010-04-25 13:51:58 +0200
commit92e66e5ab2c6fa56c4a36da4f959f7321749ab8c (patch)
tree3ed0903b674b9bc9d4954a0a8b1a5c35cc773e4d /test/run_filter.c
parent54dedef9cf0e85901ac7edaab30e015010603352 (diff)
replay_gain: added mode "auto"
Diffstat (limited to 'test/run_filter.c')
-rw-r--r--test/run_filter.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run_filter.c b/test/run_filter.c
index f9d628ae..29fa502e 100644
--- a/test/run_filter.c
+++ b/test/run_filter.c
@@ -25,6 +25,7 @@
#include "pcm_volume.h"
#include "idle.h"
#include "mixer_control.h"
+#include "playlist.h"
#include <glib.h>
@@ -33,6 +34,8 @@
#include <errno.h>
#include <unistd.h>
+struct playlist g_playlist;
+
void
idle_add(G_GNUC_UNUSED unsigned flags)
{