mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Merge pull request #888 from tony/freebsd
Fix missing permission bitmasks on FreeBSD
This commit is contained in:
commit
d1b972e27a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user