diff options
Diffstat (limited to 'Parser')
| -rw-r--r-- | Parser/myreadline.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Parser/myreadline.c b/Parser/myreadline.c index 22a05cf..96749b2 100644 --- a/Parser/myreadline.c +++ b/Parser/myreadline.c @@ -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; |
