One more include of limits.h (possibly to be moved elsewhere when there is

consensus where it should go).
This commit is contained in:
Jack Jansen 2000-07-11 21:35:02 +00:00
parent 1af5b082ab
commit e4b4863296
1 changed files with 3 additions and 0 deletions

View File

@ -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 */