mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
#7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).
This commit is contained in:
parent
b64d61369a
commit
00b6a5c03d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#define BUF(v) PyString_AS_STRING((PyStringObject *)v)
|
||||
|
||||
#ifndef DONT_HAVE_ERRNO_H
|
||||
#ifdef HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue