put #include <limits.h> in for other OSes that don't automaticly include it in one of the other headers.

This commit is contained in:
Bill Currie 2000-05-01 08:57:11 +00:00
parent 94c850b14a
commit ecba3b9f42
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <config.h> #include <config.h>
#include <ctype.h> #include <ctype.h>
#include <limits.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif