diff options
author | Max Kellermann <max@duempel.org> | 2013-01-10 10:33:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-10 10:33:20 +0100 |
commit | e0a97a030fc4c6f978b2855c32f5da98b3e7fb78 (patch) | |
tree | 6360c4c05f83823d1eeaee4f2d4fa4d36b032055 /src/input/SoupInputPlugin.cxx | |
parent | 33ba2886220a03883417c45b680606c3866dcfe7 (diff) | |
download | mpd-e0a97a030fc4c6f978b2855c32f5da98b3e7fb78.tar.gz mpd-e0a97a030fc4c6f978b2855c32f5da98b3e7fb78.tar.xz mpd-e0a97a030fc4c6f978b2855c32f5da98b3e7fb78.zip |
io_thread: convert to C++
Diffstat (limited to 'src/input/SoupInputPlugin.cxx')
-rw-r--r-- | src/input/SoupInputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/SoupInputPlugin.cxx b/src/input/SoupInputPlugin.cxx index f3422d242..a591a292c 100644 --- a/src/input/SoupInputPlugin.cxx +++ b/src/input/SoupInputPlugin.cxx @@ -23,9 +23,9 @@ extern "C" { #include "input_internal.h" -#include "io_thread.h" } +#include "IOThread.hxx" #include "conf.h" extern "C" { |