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
|
@ -21,6 +21,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_LIMITS_H
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __sgi
|
#ifdef __sgi
|
||||||
/* This is missing from unistd.h */
|
/* This is missing from unistd.h */
|
||||||
|
|
Loading…
Reference in New Issue