aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 09:53:33 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 09:53:33 +0200
commit67e44b0f2c76a8c4913048fe3b8fe90116fa595b (patch)
tree65987ff62f3f2760b9646b752f32433d03ffbcd1 /src/Main.cxx
parentbf840700e4a525ec50aaee2eb9a5a537b83cbbc2 (diff)
downloadmpd-67e44b0f2c76a8c4913048fe3b8fe90116fa595b.tar.gz
mpd-67e44b0f2c76a8c4913048fe3b8fe90116fa595b.tar.xz
mpd-67e44b0f2c76a8c4913048fe3b8fe90116fa595b.zip
daemon: 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 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"
}