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/OggCodec.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/OggCodec.hxx') diff --git a/src/decoder/OggCodec.hxx b/src/decoder/OggCodec.hxx index e241560fb..eb709286b 100644 --- a/src/decoder/OggCodec.hxx +++ b/src/decoder/OggCodec.hxx @@ -24,7 +24,7 @@ #ifndef MPD_OGG_CODEC_HXX #define MPD_OGG_CODEC_HXX -#include "decoder_api.h" +#include "DecoderAPI.hxx" enum ogg_codec { OGG_CODEC_UNKNOWN, -- cgit v1.2.3