include fcntl.h on all *nix platforms (closes #24217)
Patch by Jeffrey Armstrong.
This commit is contained in:
parent
ea4d2875ac
commit
d7a4f9ef8d
|
@ -23,9 +23,9 @@
|
|||
|
||||
#ifndef MS_WINDOWS
|
||||
#define UNIX
|
||||
# ifdef __APPLE__
|
||||
# ifdef HAVE_FCNTL_H
|
||||
# include <fcntl.h>
|
||||
# endif
|
||||
# endif /* HAVE_FCNTL_H */
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
|
Loading…
Reference in New Issue