diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,6 +76,10 @@ #endif /* WIN32 */ +#ifdef HAVE_LIMITS_H +#include <limits.h> +#endif + #ifdef USE_LIBIDN #include <idna.h> #include <tld.h> |