19 #ifndef SBUILD_FDSTREAM_H
20 #define SBUILD_FDSTREAM_H
22 #include <boost/iostreams/device/file_descriptor.hpp>
23 #include <boost/iostreams/stream.hpp>
29 typedef boost::iostreams::stream<boost::iostreams::file_descriptor> fdstream;
32 typedef boost::iostreams::stream<boost::iostreams::file_descriptor_source> fdistream;
35 typedef boost::iostreams::stream<boost::iostreams::file_descriptor_sink> fdostream;