mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-05 11:57:40 +03:00
sys/fcntl.h -> fcntl.h
This commit is contained in:
parent
ab55b98c34
commit
3db5a6ad2c
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <sys/fcntl.h>
|
|
||||||
# include <sys/stat.h>
|
# include <sys/stat.h>
|
||||||
|
# include <fcntl.h>
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
# include <direct.h>
|
# include <direct.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue