Included <limits.h> explicitly, needed in some environments

This commit is contained in:
jpandre 2009-12-15 18:25:15 +00:00
parent 985ef5c2e8
commit 2db43fc118
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,9 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include "compat.h"
#include "attrib.h"

View File

@ -38,6 +38,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <time.h>
#include "compat.h"