aboutsummaryrefslogtreecommitdiff
path: root/test/read_tags.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 10:33:20 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 10:33:20 +0100
commite0a97a030fc4c6f978b2855c32f5da98b3e7fb78 (patch)
tree6360c4c05f83823d1eeaee4f2d4fa4d36b032055 /test/read_tags.cxx
parent33ba2886220a03883417c45b680606c3866dcfe7 (diff)
io_thread: convert to C++
Diffstat (limited to 'test/read_tags.cxx')
-rw-r--r--test/read_tags.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_tags.cxx b/test/read_tags.cxx
index 9fabddc6..f971c5ce 100644
--- a/test/read_tags.cxx
+++ b/test/read_tags.cxx
@@ -18,8 +18,8 @@
*/
#include "config.h"
+#include "IOThread.hxx"
extern "C" {
-#include "io_thread.h"
#include "decoder_list.h"
}
#include "decoder_api.h"