(Jack:) Mac only: get GUSI errno.h values too.

This commit is contained in:
Guido van Rossum 1997-04-11 19:11:25 +00:00
parent 54a1d0bc69
commit fb421c82a9
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h" #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 * Pull in the system error definitions
*/ */