mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added include for limits.h
This commit is contained in:
parent
6c091c8ff2
commit
e979160f5e
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#ifndef DONT_HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif /* DONT_HAVE_SYS_TYPES_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue