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

This commit is contained in:
Andrew M. Kuchling 2010-02-22 23:10:52 +00:00
parent b64d61369a
commit 00b6a5c03d
1 changed files with 1 additions and 1 deletions

View File

@ -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