Ticket #7986: iostreams.patch

File iostreams.patch, 496 bytes (added by Kevin Burge <kevin.burge@…>, 10 years ago)

Patch of file_descriptor.hpp

  • boost/iostreams/device/file_descriptor.hpp

    old new  
    1616#endif
    1717
    1818#include <string>
     19#include <fcntl.h>       // file opening flags.
    1920#include <boost/cstdint.hpp>               // intmax_t.
    2021#include <boost/iostreams/categories.hpp>  // tags.
    2122#include <boost/iostreams/detail/config/auto_link.hpp>