Kaydet (Commit) 00b6a5c0 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

#7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).

üst b64d6136
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment