Include limits.h if we have it.
This commit is contained in:
@@ -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 ------------------------------------------------------------ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user