antfs: require kernel version 5.10 to build
[feed/packages.git] / libs / boost / patches / 020-fix-musl-build.patch
1 --- a/boost/interprocess/permissions.hpp
2 +++ b/boost/interprocess/permissions.hpp
3 @@ -29,6 +29,10 @@
4
5 #include <boost/interprocess/detail/win32_api.hpp>
6
7 +#else
8 +
9 +#include <sys/stat.h>
10 +
11 #endif
12
13 #endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED