diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 20:13:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 20:13:08 +0100 |
commit | 2e51365ea4b636560d234b0b937a6c8dfb528c10 (patch) | |
tree | 2ccaf460e326b6d474aa0b2df7873bf6c0a475d7 /src/input_file.c | |
parent | 8694574f6329ad6e55b9a6673506eca697da360d (diff) | |
download | mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.gz mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.xz mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.zip |
input_stream: moved struct input_plugin to input_plugin.h
Start to separate private from public input_stream API.
Diffstat (limited to 'src/input_file.c')
-rw-r--r-- | src/input_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_file.c b/src/input_file.c index b29a412f9..5334d453e 100644 --- a/src/input_file.c +++ b/src/input_file.c @@ -17,6 +17,7 @@ */ #include "input_file.h" +#include "input_plugin.h" #include <sys/stat.h> #include <fcntl.h> |