From cfc78c7213c7eab60248fd625b63791fc2909d6f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 30 May 2004 18:55:45 +0000 Subject: include proper headers for input_plugin git-svn-id: https://svn.musicpd.org/mpd/trunk@1241 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/input_plugin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/input_plugin.h') diff --git a/src/input_plugin.h b/src/input_plugin.h index 87e71a41..a84e5494 100644 --- a/src/input_plugin.h +++ b/src/input_plugin.h @@ -1,6 +1,11 @@ #ifndef INPUT_PLUGIN_H #define INPUT_PLUGIN_H +#include "inputStream.h" +#include "decode.h" +#include "outputBuffer.h" +#include "tag.h" + #define INPUT_PLUGIN_STREAM_FILE 0x01 #define INPUT_PLUGIN_STREAM_URL 0x02 -- cgit v1.2.3