Fix missing permission bitmasks on FreeBSD

This commit is contained in:
Tony Narlock 2015-12-05 09:08:18 -06:00
parent 6ab858b722
commit 9c30429ff9

View File

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