diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 09:38:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 10:07:40 +0100 |
commit | 975370c084c8d679ff2cc2fcee48326b1dbcbf2e (patch) | |
tree | a7df707eb1712c1921367862b35c6265c80bd5a5 /test/run_input.cxx | |
parent | c3c776bc6aa9f550a832ff3a2ace4f7980f6a791 (diff) |
decoder_api.h, ...: add "extern C"
Diffstat (limited to 'test/run_input.cxx')
-rw-r--r-- | test/run_input.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run_input.cxx b/test/run_input.cxx index 52b53db5a..2df5e69f9 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -20,13 +20,13 @@ #include "config.h" #include "TagSave.hxx" #include "stdbin.h" +#include "tag.h" +#include "conf.h" +#include "input_stream.h" extern "C" { #include "io_thread.h" #include "input_init.h" -#include "input_stream.h" -#include "tag.h" -#include "conf.h" #ifdef ENABLE_ARCHIVE #include "archive_list.h" |