mirror of
https://github.com/curl/curl.git
synced 2026-04-18 16:51:39 +03:00
include <limits.h> for INT_MAX definition
This commit is contained in:
parent
4ea513cc38
commit
47e403640b
1 changed files with 4 additions and 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue