Merge pull request #577 from devnexen/master
missing unistd.h including for F_OK for non Linux oses.
This commit is contained in:
commit
ddf9d0bbd4
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
|
||||
#include <sys/stat.h> // for setting the permissions of the preferences file
|
||||
#include <boost/concept_check.hpp>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
static lg::log_domain log_config("config");
|
||||
#define ERR_CFG LOG_STREAM(err , log_config)
|
||||
|
|
Loading…
Add table
Reference in a new issue