aboutsummaryrefslogtreecommitdiff
path: root/test/run_decoder.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
commitf70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch)
treed17cb4c62c6a3bbb9bd44c738df799998024ccc8 /test/run_decoder.c
parent67b0ab717e469eace11ded98925b67738513e7ea (diff)
input_stream: moved input_stream_global_init() to input_init.c
Diffstat (limited to 'test/run_decoder.c')
-rw-r--r--test/run_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.c
index 47cab2aa..ec6ef9f8 100644
--- a/test/run_decoder.c
+++ b/test/run_decoder.c
@@ -20,6 +20,7 @@
#include "config.h"
#include "decoder_list.h"
#include "decoder_api.h"
+#include "input_init.h"
#include "input_stream.h"
#include "audio_format.h"
#include "pcm_volume.h"