aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 23:18:55 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 00:04:16 +0200
commita9d2dc614496a8eee4269f4032457eb8a7fb6102 (patch)
treec208413095ee17dafd1a6280f3bf594357015e42 /src/Main.cxx
parent46b9388bb0c867b1c80d9e8f037af56b862f5fd4 (diff)
downloadmpd-a9d2dc614496a8eee4269f4032457eb8a7fb6102.tar.gz
mpd-a9d2dc614496a8eee4269f4032457eb8a7fb6102.tar.xz
mpd-a9d2dc614496a8eee4269f4032457eb8a7fb6102.zip
pcm_resample: 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 aa0a687fd..ff957c1ee 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -53,11 +53,11 @@
#include "ZeroconfGlue.hxx"
#include "DecoderList.hxx"
#include "AudioConfig.hxx"
+#include "pcm/PcmResample.hxx"
extern "C" {
#include "daemon.h"
#include "stats.h"
-#include "pcm/pcm_resample.h"
}
#include "mpd_error.h"