diff options
author | Max Kellermann <max@duempel.org> | 2009-12-14 22:53:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 22:53:13 +0100 |
commit | f70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch) | |
tree | d17cb4c62c6a3bbb9bd44c738df799998024ccc8 /test/run_decoder.c | |
parent | 67b0ab717e469eace11ded98925b67738513e7ea (diff) | |
download | mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.gz mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.xz mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.zip |
input_stream: moved input_stream_global_init() to input_init.c
Diffstat (limited to 'test/run_decoder.c')
-rw-r--r-- | test/run_decoder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.c index 47cab2aac..ec6ef9f8a 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" |