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/SongUpdate.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SongUpdate.cxx') diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index 2d22f27c..b96c7c43 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -26,15 +26,15 @@ extern "C" { #include "Directory.hxx" #include "Mapper.hxx" +#include "tag.h" +#include "input_stream.h" extern "C" { #include "decoder_list.h" #include "decoder_plugin.h" #include "tag_ape.h" #include "tag_id3.h" -#include "tag.h" #include "tag_handler.h" -#include "input_stream.h" } #include -- cgit v1.2.3