diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 09:53:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 09:53:33 +0200 |
commit | 67e44b0f2c76a8c4913048fe3b8fe90116fa595b (patch) | |
tree | 65987ff62f3f2760b9646b752f32433d03ffbcd1 /src/Main.cxx | |
parent | bf840700e4a525ec50aaee2eb9a5a537b83cbbc2 (diff) | |
download | mpd-67e44b0f2c76a8c4913048fe3b8fe90116fa595b.tar.gz mpd-67e44b0f2c76a8c4913048fe3b8fe90116fa595b.tar.xz mpd-67e44b0f2c76a8c4913048fe3b8fe90116fa595b.zip |
daemon: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index c0824fc55..307811380 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -54,9 +54,9 @@ #include "DecoderList.hxx" #include "AudioConfig.hxx" #include "pcm/PcmResample.hxx" +#include "Daemon.hxx" extern "C" { -#include "daemon.h" #include "stats.h" } |