Include <limits.h> if it's available.

CVS patchset: 1627
CVS date: 1997/05/15 14:01:41
This commit is contained in:
ewt 1997-05-15 14:01:41 +00:00
parent c6aac84329
commit 1cc429b054
1 changed files with 4 additions and 0 deletions

View File

@ -50,4 +50,8 @@ extern void *myrealloc(void *, size_t);
#include <sys/socket.h>
#endif
#if HAVE_LIMITS_H
#include <limits.h>
#endif
#endif