mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
(Jack:) Mac only: get GUSI errno.h values too.
This commit is contained in:
parent
54a1d0bc69
commit
fb421c82a9
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
/* Mac with GUSI has more errors than those in errno.h */
|
||||
#ifdef USE_GUSI
|
||||
#include <sys/errno.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Pull in the system error definitions
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue