mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 "allobjects.h"
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
#ifndef errno
|
||||||
|
extern int errno;
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue