diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderControl.cxx (renamed from src/decoder_control.c) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/decoder_control.c b/src/DecoderControl.cxx index 33d4e4d44..bd075ed71 100644 --- a/src/decoder_control.c +++ b/src/DecoderControl.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_control.h" -#include "pipe.h" +#include "DecoderControl.hxx" #include "song.h" +extern "C" { +#include "pipe.h" +} + #include <assert.h> #undef G_LOG_DOMAIN |