You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
256 B

  1. --- a/boost/interprocess/permissions.hpp
  2. +++ b/boost/interprocess/permissions.hpp
  3. @@ -29,6 +29,10 @@
  4. #include <boost/interprocess/detail/win32_api.hpp>
  5. +#else
  6. +
  7. +#include <sys/stat.h>
  8. +
  9. #endif
  10. #endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED