mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
One more include of limits.h (possibly to be moved elsewhere when there is
consensus where it should go).
This commit is contained in:
parent
1af5b082ab
commit
e4b4863296
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#ifdef __sgi
|
||||
/* This is missing from unistd.h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue