mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
include limits.h for INT_MAX
This commit is contained in:
parent
aa5c72af15
commit
e83421baf4
2 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
#include "curl_base64.h"
|
||||
#include "curl_memory.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue