diff options
Diffstat (limited to 'src/Main.cxx')
-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 83baf4caa..ecea59843 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -50,13 +50,13 @@ #include "fs/Path.hxx" #include "PlaylistRegistry.hxx" #include "ZeroconfGlue.hxx" +#include "DecoderList.hxx" extern "C" { #include "daemon.h" #include "stats.h" #include "audio_config.h" #include "pcm_resample.h" -#include "decoder_list.h" } #include "mpd_error.h" |