Commit 47e40364 authored by Yang Tse's avatar Yang Tse
Browse files

include <limits.h> for INT_MAX definition
parent 4ea513cc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,6 +76,10 @@

#endif  /* WIN32 */

#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif

#ifdef USE_LIBIDN
#include <idna.h>
#include <tld.h>