diff options
Diffstat (limited to '')
-rw-r--r-- | test/run_decoder.cxx (renamed from test/run_decoder.c) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.cxx index d2f87c9ae..776c11e87 100644 --- a/test/run_decoder.c +++ b/test/run_decoder.cxx @@ -18,10 +18,12 @@ */ #include "config.h" +extern "C" { #include "io_thread.h" #include "decoder_list.h" +} #include "decoder_api.h" -#include "input_init.h" +#include "InputInit.hxx" #include "input_stream.h" #include "audio_format.h" #include "stdbin.h" |