mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added <errno.h>
This commit is contained in:
parent
f22120ab74
commit
c211ee4b13
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include <errno.h>
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue