summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getargs.c')
-rw-r--r--Python/getargs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/getargs.c b/Python/getargs.c
index c1a5d6b..b213ba2 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -18,6 +18,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h"
#include <ctype.h>
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
int PyArg_Parse Py_PROTO((PyObject *, char *, ...));