Skip to content
Snippets Groups Projects
Commit 47e40364 authored by Yang Tse's avatar Yang Tse
Browse files

include <limits.h> for INT_MAX definition
parent 4ea513cc
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,10 @@
#endif /* WIN32 */
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef USE_LIBIDN
#include <idna.h>
#include <tld.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment