Added <errno.h>

This commit is contained in:
Guido van Rossum 1990-12-20 23:06:26 +00:00
parent f22120ab74
commit c211ee4b13
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
#include "allobjects.h"
#include <errno.h>
#ifndef errno
extern int errno;
#endif
#include <ctype.h>
#include <math.h>