From 43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:18:48 +0200 Subject: decoder_api: convert to C++ --- src/DecoderControl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderControl.hxx') diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx index c2d7b33aa..09bf1b834 100644 --- a/src/DecoderControl.hxx +++ b/src/DecoderControl.hxx @@ -20,7 +20,7 @@ #ifndef MPD_DECODER_CONTROL_HXX #define MPD_DECODER_CONTROL_HXX -#include "decoder_command.h" +#include "DecoderCommand.hxx" #include "audio_format.h" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" -- cgit v1.2.3