fix building on platforms without O_PATH

This commit is contained in:
Antonio SJ Musumeci 2018-11-06 07:59:28 -05:00
parent 0abb2a960c
commit c46134c03a

View File

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