mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
include fcntl.h on all *nix platforms (closes #24217)
Patch by Jeffrey Armstrong.
This commit is contained in:
parent
6b3f29ca8f
commit
f6b5cad3c3
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,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…
Add table
Add a link
Reference in a new issue