mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +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
|
|
@ -19,6 +19,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
*/
|
||||
|
||||
#include "Python.h"
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
int (*PyOS_InputHook)() = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue