mirror of https://github.com/python/cpython
#7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).
This commit is contained in:
parent
b64d61369a
commit
00b6a5c03d
|
@ -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…
Reference in New Issue