mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +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__))
|
||||
# include <sys/types.h>
|
||||
# include <sys/fcntl.h>
|
||||
# include <sys/stat.h>
|
||||
# include <fcntl.h>
|
||||
#elif defined(_WIN32)
|
||||
# include <direct.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue