Browse Source

fix building on platforms without O_PATH

pull/531/head
Antonio SJ Musumeci 6 years ago
parent
commit
c46134c03a
  1. 4
      src/fs_base_statvfs.hpp

4
src/fs_base_statvfs.hpp

@ -26,6 +26,10 @@
#include <string>
#ifndef O_PATH
# define O_PATH 0
#endif
namespace fs
{
static

Loading…
Cancel
Save