From 08bdb43bef5173f045a868289b05a4a698ab811e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:06 +0200 Subject: moved InputPlugin to decoder_api.h InputPlugin is the API which is implemented by a decoder plugin. This belongs to the public API/ABI, so move it to decoder_api.h. It will later be renamed to something like "decoder_plugin". --- src/inputPlugins/flac_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inputPlugins/flac_plugin.c') diff --git a/src/inputPlugins/flac_plugin.c b/src/inputPlugins/flac_plugin.c index f94e39d88..890c78fa3 100644 --- a/src/inputPlugins/flac_plugin.c +++ b/src/inputPlugins/flac_plugin.c @@ -22,6 +22,7 @@ #include "../utils.h" #include "../log.h" +#include "../inputPlugin.h" /* this code was based on flac123, from flac-tools */ -- cgit v1.2.3