diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderPrint.cxx (renamed from src/decoder_print.c) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/decoder_print.c b/src/DecoderPrint.cxx index e14477ed8..a22908c0e 100644 --- a/src/decoder_print.c +++ b/src/DecoderPrint.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -18,10 +18,13 @@ */ #include "config.h" -#include "decoder_print.h" +#include "DecoderPrint.hxx" #include "decoder_list.h" #include "decoder_plugin.h" + +extern "C" { #include "client.h" +} #include <assert.h> |