Skip to content

Commit

Permalink
Merge pull request #531 from trapexit/o_path
Browse files Browse the repository at this point in the history
fix building on platforms without O_PATH
  • Loading branch information
trapexit authored Nov 6, 2018
2 parents 0abb2a9 + c46134c commit 606d9c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fs_base_statvfs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

#include <string>

#ifndef O_PATH
# define O_PATH 0
#endif

namespace fs
{
static
Expand Down

0 comments on commit 606d9c4

Please sign in to comment.