include proper headers for input_plugin
git-svn-id: https://svn.musicpd.org/mpd/trunk@1241 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
fea34242cc
commit
cfc78c7213
@ -1,6 +1,11 @@
|
|||||||
#ifndef INPUT_PLUGIN_H
|
#ifndef INPUT_PLUGIN_H
|
||||||
#define 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_FILE 0x01
|
||||||
#define INPUT_PLUGIN_STREAM_URL 0x02
|
#define INPUT_PLUGIN_STREAM_URL 0x02
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user