Merge pull request #888 from tony/freebsd

Fix missing permission bitmasks on FreeBSD
This commit is contained in:
David Capello 2015-12-05 13:23:21 -03:00
commit d1b972e27a

View File

@ -16,9 +16,10 @@
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#include <sys/stat.h>
#include <io.h> #include <io.h>
#endif #endif
#include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#ifndef O_BINARY #ifndef O_BINARY