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/decoder/FlacCommon.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FlacCommon.hxx') diff --git a/src/decoder/FlacCommon.hxx b/src/decoder/FlacCommon.hxx index 0cd295e0d..78982e308 100644 --- a/src/decoder/FlacCommon.hxx +++ b/src/decoder/FlacCommon.hxx @@ -25,7 +25,7 @@ #define MPD_FLAC_COMMON_HXX #include "FlacInput.hxx" -#include "decoder_api.h" +#include "DecoderAPI.hxx" extern "C" { #include "pcm/pcm_buffer.h" -- cgit v1.2.3