mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Add <errno.h>.
This commit is contained in:
parent
c211ee4b13
commit
801f473a4c
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include <errno.h>
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
#endif
|
||||
|
||||
#include "modsupport.h"
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue