Switch to side-by-side view

--- a/mpd2src/fiforeader.h
+++ b/mpd2src/fiforeader.h
@@ -34,6 +34,7 @@
     bool open();
     bool isblocking() {return m_blocking;}
     const unsigned char *data(size_t size, ssize_t &nread);
+    void close();
 
 private:
     std::string m_fn;