aboutsummaryrefslogtreecommitdiff
path: root/src/Main.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 /src/Main.cxx
parent33ba2886220a03883417c45b680606c3866dcfe7 (diff)
io_thread: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index d091b964..1c58e0e4 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -45,10 +45,10 @@
#include "Log.hxx"
#include "GlobalEvents.hxx"
#include "InputInit.hxx"
+#include "IOThread.hxx"
extern "C" {
#include "daemon.h"
-#include "io_thread.h"
#include "path.h"
#include "stats.h"
#include "audio_config.h"