From 975370c084c8d679ff2cc2fcee48326b1dbcbf2e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 09:38:02 +0100 Subject: decoder_api.h, ...: add "extern C" --- src/DecoderThread.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/DecoderThread.cxx') diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 18228f38..8ab15758 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -26,13 +26,13 @@ #include "song.h" #include "mpd_error.h" #include "Mapper.hxx" +#include "decoder_api.h" +#include "tag.h" +#include "input_stream.h" extern "C" { #include "decoder_list.h" -#include "decoder_api.h" #include "replay_gain_ape.h" -#include "input_stream.h" -#include "tag.h" #include "uri.h" } -- cgit v1.2.3