mirror of
https://github.com/python/cpython.git
synced 2025-09-10 02:36:56 +00:00
Include limits.h if we have it.
This commit is contained in:
parent
ee398fa058
commit
41aa8e523d
5 changed files with 15 additions and 0 deletions
|
@ -10,6 +10,9 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
|
|||
|
||||
#include "Python.h"
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
/* --- Globals ------------------------------------------------------------ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue