include <limits.h> for INT_MAX definition

This commit is contained in:
Yang Tse 2009-06-12 02:47:35 +00:00
parent 4ea513cc38
commit 47e403640b
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@
#endif /* WIN32 */
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef USE_LIBIDN
#include <idna.h>
#include <tld.h>