From 67e44b0f2c76a8c4913048fe3b8fe90116fa595b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 09:53:33 +0200 Subject: daemon: convert to C++ --- src/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cxx') 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" } -- cgit v1.2.3