diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-30 18:55:45 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-30 18:55:45 +0000 |
commit | cfc78c7213c7eab60248fd625b63791fc2909d6f (patch) | |
tree | 027abe44332291b22e49ffd227af7796913aad46 | |
parent | fea34242ccb7af4b26b22090c3d56614514cab91 (diff) | |
download | mpd-cfc78c7213c7eab60248fd625b63791fc2909d6f.tar.gz mpd-cfc78c7213c7eab60248fd625b63791fc2909d6f.tar.xz mpd-cfc78c7213c7eab60248fd625b63791fc2909d6f.zip |
include proper headers for input_plugin
git-svn-id: https://svn.musicpd.org/mpd/trunk@1241 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/input_plugin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input_plugin.h b/src/input_plugin.h index 87e71a41a..a84e54944 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 |