Added include for limits.h

This commit is contained in:
Jack Jansen 2000-08-22 21:51:22 +00:00
parent 6c091c8ff2
commit e979160f5e
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h"
#include "structmember.h"
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifndef DONT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif /* DONT_HAVE_SYS_TYPES_H */